Parcourir la source

added gitignore

Nicolas Winkler il y a 8 ans
Parent
commit
90aa6eaf22
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

@@ -0,0 +1,8 @@
+# ide stuff
+*.sln
+*.vcxproj
+*.filters
+
+# object files
+*.o
+*.obj