From: Ulrich Drepper Date: Tue, 8 Dec 2009 01:00:43 +0000 (-0800) Subject: Ignore *.rej and *.orig files in git operations. X-Git-Tag: fedora/glibc-2.11.90-4~1^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=941a0d997012025f9138277e566f0001c2fa43f3;p=thirdparty%2Fglibc.git Ignore *.rej and *.orig files in git operations. --- diff --git a/.gitignore b/.gitignore index e60e7637680..fbdcf54506d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ *.tar *.tgz *.bz2 +*.rej +*.orig =* TAGS TODO