Browse Source

Add basic .gitignore

Godzil 3 years ago
parent
commit
be72161164
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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