Revision 36e08d3faa6d0a2a72095db64fe70429e7044110 authored by Konrad Werys on 21 November 2019, 16:56:39 UTC, committed by Konrad Werys on 21 November 2019, 16:56:39 UTC
1 parent c6c0b2a
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