https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision 60ae622cd177b47f4b8315422a268e3a426cc3be authored by Konrad Werys on 25 January 2019, 17:33:17 UTC, committed by Konrad Werys on 25 January 2019, 17:33:17 UTC
1 parent 3c60ebc
Raw File
Tip revision: 60ae622cd177b47f4b8315422a268e3a426cc3be authored by Konrad Werys on 25 January 2019, 17:33:17 UTC
fixing CI
Tip revision: 60ae622
.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