Skip to content

Commit 533244c

Browse files
committed
1 parent 298700a commit 533244c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

completions/.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,11 @@
430430
/_todoist
431431
/_tofu
432432
/tracepath6
433+
/_trash
434+
/_trash-empty
435+
/_trash-list
436+
/_trash-put
437+
/_trash-restore
433438
/_trivy
434439
/typeset
435440
/_upctl

completions/Makefile.am

+7-1
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,11 @@ CLEANFILES = \
10371037
_todoist \
10381038
_tofu \
10391039
tracepath6 \
1040+
_trash \
1041+
_trash-empty \
1042+
_trash-list \
1043+
_trash-put \
1044+
_trash-restore \
10401045
_trivy \
10411046
typeset \
10421047
_upctl \
@@ -1359,7 +1364,8 @@ symlinks: $(DATA)
13591364
$(ss) koji \
13601365
arm-koji ppc-koji s390-koji sparc-koji
13611366
$(ss) _keyring \
1362-
_glances _tldr
1367+
_glances _tldr _trash _trash-empty _trash-list \
1368+
_trash-put _trash-restore
13631369
$(ss) ldapsearch \
13641370
ldapadd ldapcompare ldapdelete ldapmodify ldapmodrdn \
13651371
ldappasswd ldapwhoami

0 commit comments

Comments
 (0)