tests: add to `clean_files.txt`

pull/2033/head
John D Pell 2022-01-31 11:20:50 -08:00 committed by John D Pell
parent 6f6a99e3eb
commit c893be3594
4 changed files with 4 additions and 9 deletions

View File

@ -20,6 +20,7 @@ aliases/
docs/
hooks/
scripts/
test/
# root files
#
@ -134,12 +135,6 @@ plugins/available/todo.plugin.bash
plugins/available/xterm.plugin.bash
plugins/available/zoxide.plugin.bash
# tests
#
test/plugins/alias-completion.plugin.bats
test/run
test/test_helper.bash
# themes
#
themes/90210

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# shellcheck shell=bash
alias test_alias="a"

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# shellcheck shell=bash
alias test_alias="b"

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
# shellcheck shell=bash
alias test_alias="c"