Explorar el Código

add basic gitignore for C++

Daniel Schauenberg hace 14 años
padre
commit
fbcdec436e
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      C++.gitignore

+ 8 - 0
C++.gitignore

@@ -0,0 +1,8 @@
+# compiled object files
+*.o
+
+# compiled dynamic libraries
+*.so
+
+# compiled static libraries
+*.a