summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-10-14 13:33:59 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-10-14 13:33:59 +0200
commitb9f41d66380794d74060e56c3034224e6215a7ac (patch)
tree05d98aab42ab4369cd54f4bddb68a17f048bbd4e /.gitignore
parent7e6d1242c06b62dbf895cd3b550c11f169dbc0f8 (diff)
downloaduClibc-alpine-b9f41d66380794d74060e56c3034224e6215a7ac.tar.bz2
uClibc-alpine-b9f41d66380794d74060e56c3034224e6215a7ac.tar.xz
pull .gitignore from master
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore35
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..4be79acaf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,35 @@
+#
+# Never ignore these
+#
+!.gitignore
+
+#
+# Generated files
+#
+*.os
+*.oS
+*.dep
+*.a
+*.i
+*.o
+*.depend
+lib
+.config*
+.*.dep
+/*.log
+
+#
+# Debugging files
+#
+.gdb_history
+.gdbinit
+core
+
+#
+# Backups / patches
+#
+*~
+*.orig
+*.rej
+/*.patch
+/*.diff