Преглед изворни кода

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

iamatacos пре 7 година
родитељ
комит
2f8ae344d2
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      .gitignore

+ 9 - 0
.gitignore

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