https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision 41f675a3cc5f79705531204f93deb88aca428611 authored by Konrad Werys on 09 August 2019, 09:23:55 UTC, committed by Konrad Werys on 09 August 2019, 09:23:55 UTC
1 parent ba1145d
Raw File
Tip revision: 41f675a3cc5f79705531204f93deb88aca428611 authored by Konrad Werys on 09 August 2019, 09:23:55 UTC
build: adding lmfit
Tip revision: 41f675a
.gitignore
html
latex

# mac
*.DS_Store

# clion
.idea
cmake-build-*

# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
back to top