mirror of
https://github.com/eledio-devices/thirdparty-littlefs.git
synced 2025-10-30 16:15:40 +01:00
- Changed `make summary` to show a one line summary - Added `make lfs.csv` rule, which is useful for finding more info with other scripts - Fixed small issue in ./scripts/summary.py - Added *.ci (callgraph) and *.csv (script output) to CI
15 lines
129 B
Plaintext
15 lines
129 B
Plaintext
# Compilation output
|
|
*.o
|
|
*.d
|
|
*.a
|
|
*.ci
|
|
*.csv
|
|
|
|
# Testing things
|
|
blocks/
|
|
lfs
|
|
test.c
|
|
tests/*.toml.*
|
|
scripts/__pycache__
|
|
.gdb_history
|