diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-12-07 17:00:43 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-12-07 17:00:43 -0800 |
commit | 941a0d997012025f9138277e566f0001c2fa43f3 (patch) | |
tree | d098d1fd8c1ee9817f01fc5c64c8781d9966967b /.gitignore | |
parent | 555e4d2a82bce8b289e8d8a9b137d3342074315b (diff) | |
download | glibc-941a0d997012025f9138277e566f0001c2fa43f3.tar.gz glibc-941a0d997012025f9138277e566f0001c2fa43f3.tar.xz glibc-941a0d997012025f9138277e566f0001c2fa43f3.zip |
Ignore *.rej and *.orig files in git operations.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
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 |