Revision 5549a12f898307bd6dd8812bfc9cc0e35306a65f authored by Konrad Werys on 01 November 2019, 07:52:03 UTC, committed by Konrad Werys on 01 November 2019, 07:52:03 UTC
1 parent fbff546
Raw File
.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