| 12345678910111213141516171819202122232425262728293031323334 |
- # Compilation output
- *.o
- *.d
- *.a
- *.ci
- *.csv
- *.t.*
- *.b.*
- *.gcno
- *.gcda
- *.perf
- lfs
- liblfs.a
- # Testing things
- runners/test_runner
- runners/bench_runner
- lfs.code.csv
- lfs.data.csv
- lfs.stack.csv
- lfs.structs.csv
- lfs.cov.csv
- lfs.perf.csv
- lfs.perfbd.csv
- lfs.test.csv
- lfs.bench.csv
- # Misc
- tags
- .gdb_history
- scripts/__pycache__
- # Historical, probably should remove at some point
- tests/*.toml.*
|