Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2022-03-11 21:58:06 +0300
committerChristopher Haster <chaster@utexas.edu>2022-03-20 11:28:26 +0300
commit7ea2b515aa1961b48c2a38baf24f6019fe8ba8f9 (patch)
tree968594949472a9f6b9f70627045ba83a0c622a39 /.gitignore
parent55b3c538d55ef53b9871e6ba41376a2ceecc302a (diff)
A few more tweaks to scripts
- 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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a6ebc4c..3f7b860 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,8 @@
*.o
*.d
*.a
+*.ci
+*.csv
# Testing things
blocks/