.gitignore 154 B

1234567891011121314151617181920
  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. build
  14. reflex2q3
  15. runtests