.gitignore 186 B

1234567891011121314151617181920212223
  1. # files from compilation
  2. *.o
  3. *.gch
  4. *.exe
  5. *.log
  6. # git merge backups
  7. *_BACKUP*
  8. *_BASE*
  9. *_LOCAL*
  10. *_REMOTE*
  11. *.orig
  12. # executables
  13. paperback-cli
  14. runtests
  15. # files from tools
  16. tags
  17. .swp
  18. .swo