.gitignore 385 B

12345678910111213141516171819202122232425262728293031323334
  1. # Compilation output
  2. *.o
  3. *.d
  4. *.a
  5. *.ci
  6. *.csv
  7. *.t.*
  8. *.b.*
  9. *.gcno
  10. *.gcda
  11. *.perf
  12. lfs
  13. liblfs.a
  14. # Testing things
  15. runners/test_runner
  16. runners/bench_runner
  17. lfs.code.csv
  18. lfs.data.csv
  19. lfs.stack.csv
  20. lfs.structs.csv
  21. lfs.cov.csv
  22. lfs.perf.csv
  23. lfs.perfbd.csv
  24. lfs.test.csv
  25. lfs.bench.csv
  26. # Misc
  27. tags
  28. .gdb_history
  29. scripts/__pycache__
  30. # Historical, probably should remove at some point
  31. tests/*.toml.*