From: René Scharfe Date: Wed, 2 Dec 2020 11:46:01 +0000 (+0100) Subject: gitignore: remove entry for git serve X-Git-Tag: v2.30.0-rc0~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2fbd305e70934f064508ffc454d59351a7b132bc;p=thirdparty%2Fgit.git gitignore: remove entry for git serve b7ce24d095 (Turn `git serve` into a test helper, 2019-04-18) demoted git serve from a builtin command to a test helper. As a result the git-serve binary is no longer built and thus doesn't have to be ignored anymore. Signed-off-by: René Scharfe Signed-off-by: Junio C Hamano --- diff --git a/.gitignore b/.gitignore index e08d179428..7c4dff2095 100644 --- a/.gitignore +++ b/.gitignore @@ -147,7 +147,6 @@ /git-rm /git-send-email /git-send-pack -/git-serve /git-sh-i18n /git-sh-i18n--envsubst /git-sh-setup