Skip to content

Commit a826dbd

Browse files
authored
Merge pull request #1164 from scop/feat/more-3rd-party
feat: more 3rd party fallback loaders
2 parents dd6aa27 + 1641f1a commit a826dbd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

completions/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
/dfutool
6969
/_diesel
7070
/display
71+
/_dlv
7172
/_docker
7273
/dpkg-deb
7374
/dpkg-query
@@ -115,6 +116,7 @@
115116
/gpgv2
116117
/gssdp-device-sniffer
117118
/gtar
119+
/_gup
118120
/hciattach
119121
/hciconfig
120122
/hd
@@ -131,6 +133,7 @@
131133
/ifstatus
132134
/_ignite
133135
/import
136+
/_incus
134137
/_infracost
135138
/inotifywatch
136139
/insmod.static
@@ -348,4 +351,5 @@
348351
/xpovray
349352
/xvnc4viewer
350353
/ypcat
354+
/_zarf
351355
/_zitadel

completions/Makefile.am

+8
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ CLEANFILES = \
586586
dfutool \
587587
_diesel \
588588
display \
589+
_dlv \
589590
_docker \
590591
dpkg-deb \
591592
dpkg-query \
@@ -645,6 +646,7 @@ CLEANFILES = \
645646
gpgv2 \
646647
gssdp-device-sniffer \
647648
gtar \
649+
_gup \
648650
hciattach \
649651
hciconfig \
650652
hd \
@@ -661,6 +663,7 @@ CLEANFILES = \
661663
ifstatus \
662664
_ignite \
663665
import \
666+
_incus \
664667
_infracost \
665668
inotifywatch \
666669
insmod.static \
@@ -912,6 +915,7 @@ CLEANFILES = \
912915
xpovray \
913916
xvnc4viewer \
914917
ypcat \
918+
_zarf \
915919
_zitadel
916920

917921
symlinks: $(DATA)
@@ -999,15 +1003,18 @@ symlinks: $(DATA)
9991003
_constellation \
10001004
_crc \
10011005
_datree \
1006+
_dlv \
10021007
_docker \
10031008
_gardenctl \
10041009
_gh-label \
10051010
_git-bump \
10061011
_go-licenses \
10071012
_gopherjs \
10081013
_goreleaser \
1014+
_gup \
10091015
_helm \
10101016
_hugo \
1017+
_incus \
10111018
_ignite \
10121019
_istioctl \
10131020
_k3s \
@@ -1048,6 +1055,7 @@ symlinks: $(DATA)
10481055
_upctl \
10491056
_vacuum \
10501057
_virtctl \
1058+
_zarf \
10511059
_zitadel
10521060
$(ss) gpgv \
10531061
gpgv2

0 commit comments

Comments
 (0)