.gitignore 276 B

123456789101112131415161718192021222324252627
  1. pkg
  2. src
  3. *.tar.xz
  4. *.tar.gz
  5. *.log
  6. *.out
  7. *.zip
  8. *.tar
  9. *.bak
  10. \~*
  11. *\~
  12. \#*\#
  13. IsotropicWavelets/
  14. LabelErodeDilate/
  15. MinimalPathExtraction/
  16. Montage/
  17. MorphologicalContourInterpolation/
  18. MultipleImageIterator/
  19. PhaseSymmetry/
  20. SimpleITKFilters/
  21. Strain/
  22. TubeTK/
  23. TwoProjectionRegistration/