]> source.dussan.org Git - gitignore.git/commitdiff
Gitignore file for C. 293/head
authorAlban <alban@dericbourg.name>
Sun, 15 Apr 2012 15:16:03 +0000 (17:16 +0200)
committerAlban <alban@dericbourg.name>
Sun, 15 Apr 2012 15:16:03 +0000 (17:16 +0200)
C.gitignore [new file with mode: 0644]

diff --git a/C.gitignore b/C.gitignore
new file mode 100644 (file)
index 0000000..6ca7021
--- /dev/null
@@ -0,0 +1,14 @@
+# Object files
+*.o
+
+# Libraries
+*.lib
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+
+# Executables
+*.exe
+*.out
+