Browse Source

Gitignore file for C.

Alban 13 years ago
parent
commit
2f4a4b22ad
1 changed files with 14 additions and 0 deletions
  1. 14 0
      C.gitignore

+ 14 - 0
C.gitignore

@@ -0,0 +1,14 @@
+# Object files
+*.o
+
+# Libraries
+*.lib
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+
+# Executables
+*.exe
+*.out
+