summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2020-12-02 11:46:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-12-02 22:29:49 (GMT)
commit2fbd305e70934f064508ffc454d59351a7b132bc (patch)
tree9d37cc5b4d167732de6864086f3ffed7c0faac9a /.gitignore
parentf580de2f4100a532fac6b45934303235cb6e7f16 (diff)
downloadgit-2fbd305e70934f064508ffc454d59351a7b132bc.zip
git-2fbd305e70934f064508ffc454d59351a7b132bc.tar.gz
git-2fbd305e70934f064508ffc454d59351a7b132bc.tar.bz2
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--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e08d179..7c4dff2 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