.gitignore 118 B

123456789101112
  1. # Compilation output
  2. *.o
  3. *.d
  4. *.a
  5. # Testing things
  6. blocks/
  7. lfs
  8. test.c
  9. tests/*.toml.*
  10. scripts/__pycache__
  11. .gdb_history