summaryrefslogtreecommitdiff
path: root/.hstow-unstow-ignore
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-01-24 12:44:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-01-27 15:16:03 -0700
commit168d234cfd27016de7e7353ee8655ada18352ec7 (patch)
treef8095312e8be44e1c9ba3a7102bccadc276fb75e /.hstow-unstow-ignore
parent6a1c94e77a2b5cf73903df83ca9d0f381cb4fc5c (diff)
downloaddotfiles-168d234cfd27016de7e7353ee8655ada18352ec7.tar.gz
hstow: use find(1)'s -path argument rather than filtering its output
The -path argument is included in POSIX.1-2017. Also improve the awk code in the case where .hstow-always-adopt doesn't exist.
Diffstat (limited to '.hstow-unstow-ignore')
-rw-r--r--.hstow-unstow-ignore17
1 files changed, 8 insertions, 9 deletions
diff --git a/.hstow-unstow-ignore b/.hstow-unstow-ignore
index c0b8d476..d143b3a8 100644
--- a/.hstow-unstow-ignore
+++ b/.hstow-unstow-ignore
@@ -1,9 +1,8 @@
-annex/
-doc/
-Downloads/
-.emacs.d/eln-cache/
-.fmail/
-local/
-mnt/
-src/
-tmp/
+annex/*
+doc/*
+.emacs.d/eln-cache/*
+.fmail/*
+local/*
+mnt/*
+src/*
+tmp/*