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-05-22 00:46:25 +0300
committerChristopher Haster <chaster@utexas.edu>2022-06-06 09:35:16 +0300
commit5b0a6d4747a4a7eba1320f8e936a7240064595f2 (patch)
treee440b9ab5f0075fe57725b6f6cc800b3118bae15 /.gitignore
parent4a7e94fb1572f3b2cc376ae2b8a1dfe88f828b6d (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index abd7eb8..58ff85d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,8 @@
*.csv
*.t.c
*.a.c
+*.gcno
+*.gcda
# Testing things
blocks/