Sfoglia il codice sorgente

Add basic .gitignore

Godzil 3 anni fa
parent
commit
be72161164
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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