Revision c5202ea49feb74c4595f269a1c2426bd0379ff39 authored by Konrad Werys on 04 November 2019, 09:10:47 UTC, committed by Konrad Werys on 04 November 2019, 09:10:47 UTC
1 parent ba44969
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