We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3166b commit 81c6273Copy full SHA for 81c6273
completions/.gitignore
@@ -146,6 +146,7 @@
146
/_go-licenses
147
/google-chrome
148
/google-chrome-stable
149
+/_gopass
150
/_gopherjs
151
/_goreleaser
152
/gpc
completions/Makefile.am
@@ -706,6 +706,7 @@ CLEANFILES = \
706
_go-licenses \
707
google-chrome \
708
google-chrome-stable \
709
+ _gopass \
710
_gopherjs \
711
_goreleaser \
712
gpc \
@@ -1120,6 +1121,7 @@ symlinks: $(DATA)
1120
1121
_gitsign \
1122
_glow \
1123
1124
1125
1126
1127
_gup \
0 commit comments