.gitignore 161 B

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