summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-12-07 17:00:43 -0800
committerUlrich Drepper <drepper@redhat.com>2009-12-07 17:00:43 -0800
commit941a0d997012025f9138277e566f0001c2fa43f3 (patch)
treed098d1fd8c1ee9817f01fc5c64c8781d9966967b /.gitignore
parent555e4d2a82bce8b289e8d8a9b137d3342074315b (diff)
Ignore *.rej and *.orig files in git operations.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e60e763768..fbdcf54506 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,8 @@
*.tar
*.tgz
*.bz2
+*.rej
+*.orig
=*
TAGS
TODO