aboutsummaryrefslogtreecommitdiffstats
path: root/stow
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-19 11:28:51 +0200
committerGravatar Tom Willemse2016-10-19 11:28:51 +0200
commit10dc203aceea42665fb554dfb0ca75b1d6bb3acf (patch)
treedaa46e6585a1b14b844681c03628d262905bd61d /stow
parent2771095b2b404ccf70cf432eb556c182c9b51a52 (diff)
downloadnew-dotfiles-10dc203aceea42665fb554dfb0ca75b1d6bb3acf.tar.gz
new-dotfiles-10dc203aceea42665fb554dfb0ca75b1d6bb3acf.zip
Ignore .dir-locals files using stow-home
Diffstat (limited to 'stow')
-rwxr-xr-xstow/usr/bin/stow-home3
1 files changed, 2 insertions, 1 deletions
diff --git a/stow/usr/bin/stow-home b/stow/usr/bin/stow-home
index 2dc4b08..85d6c24 100755
--- a/stow/usr/bin/stow-home
+++ b/stow/usr/bin/stow-home
@@ -2,4 +2,5 @@
# Make stow always stow to my HOME directory. It's weird that this
# can't be done in a .stowrc, it doesn't support variable expansion.
-/usr/bin/stow --target "$HOME" --ignore "GNUmakefile" --ignore "org" "$@"
+/usr/bin/stow --target "$HOME" --ignore "GNUmakefile" --ignore "org" \
+ --ignore ".dir-locals.el" "$@"