[git commit] tweak .gitignore

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed May 27 21:00:25 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=aa0ac197ef8ad8274b78aad39513a37a20d37471
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl


Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 .gitignore |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index b86a960..f0be71c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,11 @@
+#
+# Never ignore these
+#
+!.gitignore
+
+#
+# Generated files
+#
 *.os
 *.oS
 *.dep
@@ -6,3 +14,12 @@
 *.depend
 lib
 .config*
+.*.dep
+#
+# Backups / patches
+#
+*~
+*.orig
+*.rej
+/*.patch
+/*.diff
-- 
1.6.0.6


More information about the uClibc-cvs mailing list