.gitignore 183 B

12345678910111213141516171819
  1. # C/C++ build outputs
  2. bins
  3. gens
  4. libs
  5. objs
  6. # gcov coverage data
  7. coverage
  8. *.gcno
  9. # profiler output
  10. *.prof
  11. # python compiled objects
  12. *.pyc
  13. # cache for run_tests.py
  14. .run_tests_cache