Revision fd59a8bc04af21cb80a5cccd44c06c2119c90563 authored by Konrad Werys on 29 October 2019, 13:08:34 UTC, committed by Konrad Werys on 29 October 2019, 13:08:34 UTC
1 parent 1f34654
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