Revision 40b62f75a6ab62728b5e343f2e6a84d6a05e6eda authored by Konrad Werys on 10 August 2018, 15:47:09 UTC, committed by Konrad Werys on 10 August 2018, 15:47:09 UTC
1 parent 9538d78
Raw File
.gitignore
# KW:
*Calculator*Shmolli*

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