Revision b0e72bf6ae9f93fa0a65281c4b6c60402c8b9825 authored by Konrad Werys on 18 March 2019, 12:39:11 UTC, committed by Konrad Werys on 18 March 2019, 12:39:11 UTC
1 parent 9762220
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