diff options
author | Jeff King <peff@peff.net> | 2020-12-01 21:26:24 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-02 14:29:49 -0800 |
commit | f580de2f4100a532fac6b45934303235cb6e7f16 (patch) | |
tree | faac90f776ac04ecfce2c984252d0db674f3a3e6 /.gitignore | |
parent | tests: lib-functions: trivial style cleanups (diff) | |
download | tgif-f580de2f4100a532fac6b45934303235cb6e7f16.tar.xz |
gitignore: drop duplicate entry for git-sh-i18n
This was accidentally added by e00cf070a4 (git-sh-i18n.sh: add no-op
gettext() and eval_gettext() wrappers, 2011-05-14), even though an
earlier commit in the same series had already done so.
Signed-off-by: Jeff King <peff@peff.net>
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 7c5096aee5..e08d179428 100644 --- a/.gitignore +++ b/.gitignore @@ -151,7 +151,6 @@ /git-sh-i18n /git-sh-i18n--envsubst /git-sh-setup -/git-sh-i18n /git-shell /git-shortlog /git-show |