Explorar el Código

added gitignore

Nicolas Winkler hace 8 años
padre
commit
90aa6eaf22
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

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