.gitignore 209 B

12345678910111213141516171819202122
  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. *.perf
  13. # Testing things
  14. blocks/
  15. lfs
  16. test.c
  17. tests/*.toml.*
  18. scripts/__pycache__
  19. .gdb_history
  20. runners/test_runner
  21. runners/bench_runner