Forráskód Böngészése

Added a git ignore file with .o .d blocks dir and lfs bin

iamatacos 7 éve
szülő
commit
2f8ae344d2
1 módosított fájl, 9 hozzáadás és 0 törlés
  1. 9 0
      .gitignore

+ 9 - 0
.gitignore

@@ -0,0 +1,9 @@
+# Compilation output
+*.o
+*.d
+*.a
+
+# Testing things
+blocks/
+lfs
+test.c