bootstrap: Fix stow linking new files
Forgot to update stow ignore list to include new package tsv file and associated update script.
This commit is contained in:
parent
3218d62822
commit
27cbf30da0
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# TODO find a more generic way to express 'ignore any non-folder files'
|
||||
|
||||
^/install_packages.sh
|
||||
^/packages.*.txt
|
||||
^/update_package_list.sh
|
||||
^/packages.*.tsv
|
||||
^/README.md
|
||||
^/system-packages
|
||||
|
|
Loading…
Reference in a new issue