mirror of
https://github.com/littlefs-project/littlefs.git
synced 2025-12-01 12:20:02 +00:00
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.
20 lines
175 B
Plaintext
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
|