diff options
author | Lukas_Sandström <lukass@etek.chalmers.se> | 2005-11-09 02:24:51 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-11 21:19:10 -0800 |
commit | 523114820233f87b663513ee0bf52a6f7fdd9cfc (patch) | |
tree | 29236769c05a2db0417d1b9d8ded83e607dd1fc2 | |
parent | 2a444781b1a9de1eb8e2cd24eea36a0f635519fe (diff) | |
download | git-523114820233f87b663513ee0bf52a6f7fdd9cfc.tar.gz git-523114820233f87b663513ee0bf52a6f7fdd9cfc.tar.xz |
Add git-pack-intersect to .gitignore
Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 716c340a2..6ff25300e 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,7 @@ git-mktag git-name-rev git-mv git-octopus +git-pack-intersect git-pack-objects git-parse-remote git-patch-id |