diff options
author | Charles Bailey <charles@hashpling.org> | 2007-12-20 13:00:40 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-20 17:05:31 -0800 |
commit | feb7f38b01761a695ecf53f94237251c1d3aa650 (patch) | |
tree | 79a544a11f796a91056b74370f00dad3e60ecfcc /.gitignore | |
parent | 6a7f14c4651f9773eb5e7e8111721a979ce2a64c (diff) | |
download | git-feb7f38b01761a695ecf53f94237251c1d3aa650.tar.gz |
Remove old generated files from .gitignore.
Some entries in .gitignore are obselete. These should be cleaned up
just for the sake of general tidiness and so that any developers who
have a working tree that was moved forward without a clean know that
they have old stuff in their work tree.
Signed-off-by: Charles Bailey <charles@hashpling.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index dab5bc2a3c..7f8421dcd0 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,6 @@ git-fetch git-fetch--tool git-fetch-pack git-filter-branch -git-findtags git-fmt-merge-msg git-for-each-ref git-format-patch @@ -59,7 +58,6 @@ git-index-pack git-init git-init-db git-instaweb -git-local-fetch git-log git-lost-found git-ls-files @@ -120,10 +118,6 @@ git-show git-show-branch git-show-index git-show-ref -git-ssh-fetch -git-ssh-pull -git-ssh-push -git-ssh-upload git-stash git-status git-stripspace |