https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision 00b20aece14f9cfcf807318b662a37aea20f9a0a authored by Konrad Werys on 01 November 2019, 12:50:43 UTC, committed by Konrad Werys on 01 November 2019, 12:50:43 UTC
1 parent 1b619a7
Raw File
Tip revision: 00b20aece14f9cfcf807318b662a37aea20f9a0a authored by Konrad Werys on 01 November 2019, 12:50:43 UTC
ci: big changes to the builds v12
Tip revision: 00b20ae
.gitignore
html
latex
thirdparty/lmfit/*
thirdparty/itk/*

# 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