summaryrefslogtreecommitdiffstats
path: root/conf/gitignore/C
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-28 16:44:04 +0800
committerUnknwon <u@gogs.io>2015-08-28 16:44:04 +0800
commit46bee50e45ef8f3e9f3727649fa24d50bb2fc782 (patch)
tree3b55f109f957c54890972d533af435d3a3ed8e96 /conf/gitignore/C
parent4cfa2ca40d4f211a124ab9973dfc814190b758b9 (diff)
downloadgitea-46bee50e45ef8f3e9f3727649fa24d50bb2fc782.tar.gz
gitea-46bee50e45ef8f3e9f3727649fa24d50bb2fc782.zip
complate list of gitignores and licenses
Diffstat (limited to 'conf/gitignore/C')
-rw-r--r--conf/gitignore/C14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/gitignore/C b/conf/gitignore/C
index 9fa3b1bf7d..bbf313b259 100644
--- a/conf/gitignore/C
+++ b/conf/gitignore/C
@@ -1,10 +1,18 @@
# Object files
*.o
*.ko
+*.obj
+*.elf
+
+# Precompiled Headers
+*.gch
+*.pch
# Libraries
*.lib
*.a
+*.la
+*.lo
# Shared objects (inc. Windows DLLs)
*.dll
@@ -16,3 +24,9 @@
*.exe
*.out
*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/