https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision c4827905e7472b84d34ed20771f7a0fc74fccb0e authored by Konrad Werys on 01 November 2019, 10:35:02 UTC, committed by Konrad Werys on 01 November 2019, 10:35:02 UTC
1 parent e1393a3
Raw File
Tip revision: c4827905e7472b84d34ed20771f7a0fc74fccb0e authored by Konrad Werys on 01 November 2019, 10:35:02 UTC
ci: big changes to the builds v8
Tip revision: c482790
.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