lint: Make clean_files.txt more tidy
parent
7b8dbd39bc
commit
c731e45770
|
|
@ -1,7 +1,7 @@
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Allow-list of files to be lint-checked by CI
|
# Allow-list of files to be lint-checked by CI
|
||||||
#
|
#
|
||||||
# Directory Suport
|
# Directory Support
|
||||||
# Directory references are allowed within the file, ie:
|
# Directory references are allowed within the file, ie:
|
||||||
#
|
#
|
||||||
# themes/powerline
|
# themes/powerline
|
||||||
|
|
@ -106,9 +106,11 @@ aliases/available/vim.aliases.bash
|
||||||
aliases/available/git.aliases.bash
|
aliases/available/git.aliases.bash
|
||||||
|
|
||||||
# tests
|
# tests
|
||||||
|
#
|
||||||
test/plugins/alias-completion.plugin.bats
|
test/plugins/alias-completion.plugin.bats
|
||||||
test/test_helper.bash
|
test/test_helper.bash
|
||||||
|
|
||||||
# vendor init files
|
# vendor init files
|
||||||
|
#
|
||||||
vendor/.gitattributes
|
vendor/.gitattributes
|
||||||
vendor/init.d
|
vendor/init.d
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue