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>2018-02-09 08:28:55 +0300
committerGitHub <noreply@github.com>2018-02-09 08:28:55 +0300
commit59ce49fa4b9345364714168363069ca701feee0d (patch)
tree711dcfb5687fc264e5ddc9fc33950c676d47f108
parente611cf5050fc44acb97057654b6885ec9b060915 (diff)
parent2f8ae344d2d9591a768e4942eaebd5852f3284a2 (diff)
Merge pull request #26 from Sim4n6/masterv1.2
Added a .git ignore file
-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