ソースを参照

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