https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision a68f762767d3da5249b9c0d3d559079149d8e1e9 authored by Konrad Werys on 06 December 2018, 14:49:40 UTC, committed by Konrad Werys on 06 December 2018, 14:49:40 UTC
1 parent 408ba2a
Raw File
Tip revision: a68f762767d3da5249b9c0d3d559079149d8e1e9 authored by Konrad Werys on 06 December 2018, 14:49:40 UTC
correctiting ifdef from previous commit
Tip revision: a68f762
.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