diff options
author | Peter Eriksen <s022018@student.dtu.dk> | 2006-05-22 15:46:25 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-23 01:26:21 -0700 |
commit | 405053d2d98c613d028795df439de657981e0711 (patch) | |
tree | 56a6e7020bee73fbd5b561aef99ab60853248c44 /.gitignore | |
parent | 55cad8429954c7d08d0ce86155e7f9adf2f4c6ad (diff) | |
download | git-405053d2d98c613d028795df439de657981e0711.tar.gz |
Add git-quiltimport to .gitignore.
Signed-off-by: Peter Eriksen <s022018@student.dtu.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b5959d6311..199cc310a2 100644 --- a/.gitignore +++ b/.gitignore @@ -77,6 +77,7 @@ git-prune git-prune-packed git-pull git-push +git-quiltimport git-read-tree git-rebase git-receive-pack |