.gitignore 436 B

12345678910111213141516171819
  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. # Exclude all other folder than the 3 main-folders
  14. # This is because we store project folders in the root-folder, but we don't want them commited.
  15. /*/
  16. !/TestProject/
  17. !/PageNormalizer/
  18. !/RefImageCreator/