[PATCH] ignore patch related files

Mike Frysinger vapier@gentoo.org
Wed Dec 2 13:13:00 GMT 2009


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



More information about the Libc-alpha mailing list