Revision eb82c7db88ded87d7f0b605ce46550964bcf3f49 authored by Konrad Werys on 14 June 2019, 13:49:45 UTC, committed by Konrad Werys on 14 June 2019, 13:49:45 UTC
1 parent ac5717b
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