.gitignore 175 B

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