diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-12-08 15:11:21 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-08 15:11:21 -0800 |
commit | 75827da103e651c0abb421b24a819c97af245dde (patch) | |
tree | c473c692bc32b714d9488da2867c1871fae49b88 /.gitignore | |
parent | Merge branch 'nm/imap-send-use-default-config' (diff) | |
parent | gitignore: remove entry for git serve (diff) | |
download | tgif-75827da103e651c0abb421b24a819c97af245dde.tar.xz |
Merge branch 'fc/random-cleanup'
Random cleanup.
* fc/random-cleanup:
gitignore: remove entry for git serve
gitignore: drop duplicate entry for git-sh-i18n
tests: lib-functions: trivial style cleanups
test: completion: fix typos
.gitignore: remove dangling file
refspec: trivial cleanup
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index f22b7a4cf1..3dcdb6bb5a 100644 --- a/.gitignore +++ b/.gitignore @@ -134,7 +134,6 @@ /git-remote-ftps /git-remote-fd /git-remote-ext -/git-remote-testpy /git-repack /git-replace /git-request-pull @@ -147,11 +146,9 @@ /git-rm /git-send-email /git-send-pack -/git-serve /git-sh-i18n /git-sh-i18n--envsubst /git-sh-setup -/git-sh-i18n /git-shell /git-shortlog /git-show |