https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision 64ca224195e0477972b023acb2eefbd4fcb538a5 authored by Konrad Werys on 28 May 2019, 13:15:06 UTC, committed by Konrad Werys on 28 May 2019, 13:15:06 UTC
2 parent s be0294e + 9ee6be4
Raw File
Tip revision: 64ca224195e0477972b023acb2eefbd4fcb538a5 authored by Konrad Werys on 28 May 2019, 13:15:06 UTC
Merge branch 'developCI2'
Tip revision: 64ca224
.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