This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]