From 1d1b898189dd2d891edb7d0c6abc2cfab042e39d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 13 Jan 2023 19:50:41 -0700 Subject: hstow: don't stow .hstow-unstow-ignore --- bin/hstow | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/hstow') diff --git a/bin/hstow b/bin/hstow index 00cf5817..d20f502c 100755 --- a/bin/hstow +++ b/bin/hstow @@ -84,6 +84,7 @@ stow () { ! -name .gitignore \ ! -name .hstow-local-ignore \ ! -name .hstow-always-adopt \ + ! -name .hstow-unstow-ignore \ | grep -v '^\./\.git/'); do file_dir="$(dirname $file)" if [ -n "$ignores" ]; then -- cgit v1.2.3