Files
littlefs/.gitignore
Christopher Haster 5b0a6d4747 Reworked scripts to move field details into classes
These scripts can't easily share the common logic, but separating
field details from the print/merge/csv logic should make the common
part of these scripts much easier to create/modify going forward.

This also tweaked the behavior of summary.py slightly.
2022-06-06 01:35:16 -05:00

20 lines
175 B
Plaintext

# Compilation output
*.o
*.d
*.a
*.ci
*.csv
*.t.c
*.a.c
*.gcno
*.gcda
# Testing things
blocks/
lfs
test.c
tests/*.toml.*
scripts/__pycache__
.gdb_history
runners/test_runner