https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision b2f310b167242c1c1232f18d6b1b198f6611e8fc authored by Konrad Werys on 23 October 2018, 16:01:55 UTC, committed by Konrad Werys on 23 October 2018, 16:01:55 UTC
1 parent 62e9b65
Raw File
Tip revision: b2f310b167242c1c1232f18d6b1b198f6611e8fc authored by Konrad Werys on 23 October 2018, 16:01:55 UTC
fixing the includes
Tip revision: b2f310b
.gitignore
# KW:
*ignoreme*

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