Ignore *.rej and *.orig files in git operations.
authorUlrich Drepper <drepper@redhat.com>
Tue, 8 Dec 2009 01:00:43 +0000 (17:00 -0800)
committerUlrich Drepper <drepper@redhat.com>
Tue, 8 Dec 2009 01:00:43 +0000 (17:00 -0800)
.gitignore

index e60e763..fbdcf54 100644 (file)
@@ -4,6 +4,8 @@
 *.tar
 *.tgz
 *.bz2
+*.rej
+*.orig
 =*
 TAGS
 TODO