This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] ignore patch related files
- From: Mike Frysinger <vapier at gentoo dot org>
- To: libc-alpha at sourceware dot org
- Date: Wed, 2 Dec 2009 04:48:53 -0500
- Subject: [PATCH] ignore patch related files
Doesn't make sense to have these files added to git, so just ignore them.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
2009-12-02 Mike Frysinger <vapier@gentoo.org>
* .gitignore: Ignore *.rej, *.orig, *.diff, and *.patch.
.gitignore | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index a64fda5..e0312aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,10 @@ stamp.*
*.tar
*.tgz
*.bz2
+*.rej
+*.orig
+*.diff
+*.patch
=*
TAGS
TODO
--
1.6.5.3