Browse Source

Add a .gitignore!

Godzil 2 years ago
parent
commit
ae5a104e51
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .gitignore

+ 6 - 0
.gitignore

@@ -0,0 +1,6 @@
+# Building/install folders
+build/
+install/
+# Clion folders
+cmake-*/
+.idea/