Revision 01187f2bfb7c3c7bee1c7c39b27ee0dde2a7ea2f authored by Konrad Werys on 28 November 2019, 12:18:00 UTC, committed by Konrad Werys on 28 November 2019, 12:18:00 UTC
1 parent e809ce6
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