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>2020-01-30 02:56:58 +0300
committerChristopher Haster <chaster@utexas.edu>2020-02-09 21:00:22 +0300
commit44d7112794d49bb2c56d4ed85b154770cf208c49 (patch)
tree37193450eb10d7ce7f8ba81dde418a270403f344 /.gitignore
parent77e3078b9f28ff689e5a623250eae5c85ae8b3aa (diff)
Fixed tests/*.toml.* in .gitignore
Running test.py creates a log of garbage here
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1e12cca..9cafad9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,4 @@
blocks/
lfs
test.c
-tests_/*.toml.*
+tests/*.toml.*