Kaynağa Gözat
Merge pull request #26 from Sim4n6/master
Added a .git ignore file
Christopher Haster
7 yıl önce
ebeveyn
işleme
59ce49fa4b
1 değiştirilmiş dosya ile
9 ekleme ve
0 silme
-
9
0
.gitignore
|
|
@@ -0,0 +1,9 @@
|
|
|
+# Compilation output
|
|
|
+*.o
|
|
|
+*.d
|
|
|
+*.a
|
|
|
+
|
|
|
+# Testing things
|
|
|
+blocks/
|
|
|
+lfs
|
|
|
+test.c
|