https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision ff816b497b08362aeb3749ab56843fbb47393f1d authored by Konrad Werys on 30 July 2019, 10:47:16 UTC, committed by Konrad Werys on 30 July 2019, 10:47:16 UTC
1 parent 0ebe36e
Raw File
Tip revision: ff816b497b08362aeb3749ab56843fbb47393f1d authored by Konrad Werys on 30 July 2019, 10:47:16 UTC
changing extended build system to osx
Tip revision: ff816b4
.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