Revision 80b5b3e1226f9e811e9fa5f516a69a860e17a6c0 authored by Konrad Werys on 28 May 2019, 15:00:59 UTC, committed by Konrad Werys on 28 May 2019, 15:00:59 UTC
1 parent 3e00fd7
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