https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision e684d8a67d1a52b59919200d8305c7a3284a4ae4 authored by Konrad Werys on 01 November 2019, 08:01:54 UTC, committed by Konrad Werys on 01 November 2019, 08:01:54 UTC
1 parent 5549a12
Raw File
Tip revision: e684d8a67d1a52b59919200d8305c7a3284a4ae4 authored by Konrad Werys on 01 November 2019, 08:01:54 UTC
big changes to the builds v5
Tip revision: e684d8a
.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