aboutsummaryrefslogtreecommitdiff
path: root/conf/gitignore/C
diff options
context:
space:
mode:
Diffstat (limited to 'conf/gitignore/C')
-rw-r--r--conf/gitignore/C18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/gitignore/C b/conf/gitignore/C
new file mode 100644
index 00000000..e7a909e4
--- /dev/null
+++ b/conf/gitignore/C
@@ -0,0 +1,18 @@
+# Object files
+*.o
+*.ko
+
+# Libraries
+*.lib
+*.a
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app \ No newline at end of file