From 27cbf30da0c8169de84e13678a2d450e57a4ace5 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 10 Mar 2022 22:08:00 +0100 Subject: [PATCH] bootstrap: Fix stow linking new files Forgot to update stow ignore list to include new package tsv file and associated update script. --- bootstrap/.stow-local-ignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap/.stow-local-ignore b/bootstrap/.stow-local-ignore index c2591e7..63d8fcb 100644 --- a/bootstrap/.stow-local-ignore +++ b/bootstrap/.stow-local-ignore @@ -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