https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision a8a63097edf32ce3712636372493eebc22e201a4 authored by Konrad Werys on 30 July 2019, 11:29:01 UTC, committed by Konrad Werys on 30 July 2019, 11:29:01 UTC
1 parent 87c2dc1
Raw File
Tip revision: a8a63097edf32ce3712636372493eebc22e201a4 authored by Konrad Werys on 30 July 2019, 11:29:01 UTC
back to linux for extended build
Tip revision: a8a6309
.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