.gitignore 306 B

12345678910111213141516171819202122232425262728
  1. # C/C++ build outputs
  2. bins
  3. gens
  4. libs
  5. objs
  6. # Python virtual environment (pre-3.4 only)
  7. python2.7_virtual_environment
  8. # gcov coverage data
  9. coverage
  10. *.gcno
  11. # profiler output
  12. *.prof
  13. # python compiled objects
  14. *.pyc
  15. # cache for run_tests.py
  16. .run_tests_cache
  17. # emacs temp files
  18. *~
  19. # vim temp files
  20. .*.swp