Revision 6fba8ec25f856728cf6249eda001b9be73f69e1a authored by Konrad Werys on 23 August 2019, 09:35:42 UTC, committed by Konrad Werys on 23 August 2019, 09:35:42 UTC
1 parent 25beb98
Raw File
.gitignore
html
latex
thirdparty/lmfit/*

# 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