https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision cd69cb0fd15efe7d08772b65fb29e08e15e055ea authored by Konrad Werys on 08 March 2019, 15:27:05 UTC, committed by Konrad Werys on 08 March 2019, 15:27:05 UTC
1 parent 89d51e0
Raw File
Tip revision: cd69cb0fd15efe7d08772b65fb29e08e15e055ea authored by Konrad Werys on 08 March 2019, 15:27:05 UTC
style: changing the release number
Tip revision: cd69cb0
.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