Revision f366eb33f9c733384a7fb02f877245a71c343cf6 authored by Konrad Werys on 23 August 2018, 12:09:02 UTC, committed by Konrad Werys on 23 August 2018, 12:09:02 UTC
1 parent f1c0e95
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