diff options
author | René Scharfe <l.s.r@web.de> | 2020-12-02 12:46:01 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-02 14:29:49 -0800 |
commit | 2fbd305e70934f064508ffc454d59351a7b132bc (patch) | |
tree | 9d37cc5b4d167732de6864086f3ffed7c0faac9a /.gitignore | |
parent | f580de2f4100a532fac6b45934303235cb6e7f16 (diff) | |
download | git-2fbd305e70934f064508ffc454d59351a7b132bc.tar.gz |
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 <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
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 |