.gitignore 446 B

1234567891011121314151617181920
  1. *~
  2. *.user
  3. *.o
  4. *.pyc
  5. TestProject/input
  6. TestProject/temp
  7. TestProject/output
  8. PageNormalizer/build-Mac/PageNormalizer
  9. RefImageCreator/build-Mac/RefImageCreator
  10. RefImageCreator/build-Mac/ref*.jpg
  11. TestProject/*.pdf
  12. TestProject/readme.txt
  13. .DS_Store
  14. # Exclude all other folder than the 3 main-folders
  15. # This is because we store project folders in the root-folder, but we don't want them commited.
  16. /*/
  17. !/TestProject/
  18. !/PageNormalizer/
  19. !/RefImageCreator/