Ignore .dir-locals files using stow-home

This commit is contained in:
Tom Willemse 2016-10-19 11:28:51 +02:00
parent 2771095b2b
commit 10dc203ace

View file

@ -2,4 +2,5 @@
# Make stow always stow to my HOME directory. It's weird that this # 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. # 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" "$@"