Revision 317ab1b44def16c44f4e510c5edfb392b4d394ec authored by Konrad Werys on 15 August 2019, 17:25:56 UTC, committed by Konrad Werys on 15 August 2019, 17:25:56 UTC
1 parent 2d3b9ca
Raw File
.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