Revision 8373d5ce2c0e00f5bf5b21be7fc2a8b03497b896 authored by Konrad Werys on 07 May 2019, 09:37:49 UTC, committed by Konrad Werys on 07 May 2019, 09:37:49 UTC
1 parent 5a550ec
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