.gitignore 202 B

123456789101112131415161718192021
  1. # Compilation output
  2. *.o
  3. *.d
  4. *.a
  5. *.ci
  6. *.csv
  7. *.t.c
  8. *.b.c
  9. *.a.c
  10. *.gcno
  11. *.gcda
  12. # Testing things
  13. blocks/
  14. lfs
  15. test.c
  16. tests/*.toml.*
  17. scripts/__pycache__
  18. .gdb_history
  19. runners/test_runner
  20. runners/bench_runner