From 523114820233f87b663513ee0bf52a6f7fdd9cfc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lukas=5FSandstr=C3=B6m?= Date: Wed, 9 Nov 2005 02:24:51 +0100 Subject: [PATCH] Add git-pack-intersect to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukas Sandström Signed-off-by: Junio C Hamano --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 716c340a22..6ff25300e1 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 -- 2.11.4.GIT