Kaynağa Gözat

Add basic .gitignore

Godzil 3 yıl önce
ebeveyn
işleme
be72161164
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

@@ -0,0 +1,5 @@
+# Let's ignore all build files and edition artifacts
+build/
+cmake-*/
+*.o
+*~