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:
authoriamatacos <mr.m.alji@gmail.com>2018-02-08 16:24:23 +0300
committerChristopher Haster <chaster@utexas.edu>2018-02-08 11:20:51 +0300
commit2f8ae344d2d9591a768e4942eaebd5852f3284a2 (patch)
tree711dcfb5687fc264e5ddc9fc33950c676d47f108 /.gitignore
parente611cf5050fc44acb97057654b6885ec9b060915 (diff)
Added a git ignore file with .o .d blocks dir and lfs bin
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..36f92cd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+# Compilation output
+*.o
+*.d
+*.a
+
+# Testing things
+blocks/
+lfs
+test.c