Skip to content

Commit 635d734

Browse files
committed
feat(gitsign): add 3rd party fallback completion loader
https://github.com/sigstore/gitsign
1 parent a642fc8 commit 635d734

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
/_ghorg
138138
/_git-bump
139139
/_gitleaks
140+
/_gitsign
140141
/gkrellm2
141142
/gmake
142143
/gmplayer

completions/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ CLEANFILES = \
697697
_ghorg \
698698
_git-bump \
699699
_gitleaks \
700+
_gitsign \
700701
gkrellm2 \
701702
gmake \
702703
gmplayer \
@@ -1115,6 +1116,7 @@ symlinks: $(DATA)
11151116
_ghorg \
11161117
_git-bump \
11171118
_gitleaks \
1119+
_gitsign \
11181120
_go-licenses \
11191121
_gopherjs \
11201122
_goreleaser \

0 commit comments

Comments
 (0)