diff options
author | Matthias Lederhofer <matled@gmx.net> | 2007-06-05 15:26:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-06 00:28:10 -0700 |
commit | aaa3ca747780f2fa0b6b8c182dc7d898dfe3ee63 (patch) | |
tree | 5e99896b2f8e926cdda2a1e358b03f777cbdb3c1 | |
parent | 7be003b0261d13c99ed8d6764d20676a2b5c8347 (diff) | |
download | git-aaa3ca747780f2fa0b6b8c182dc7d898dfe3ee63.tar.gz git-aaa3ca747780f2fa0b6b8c182dc7d898dfe3ee63.tar.xz |
add git-filter-branch to .gitignore
Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8e75c99d6..27e5aeb8a 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ git-fast-import git-fetch git-fetch--tool git-fetch-pack +git-filter-branch git-findtags git-fmt-merge-msg git-for-each-ref |