Ignore .dir-locals files using stow-home
This commit is contained in:
parent
2771095b2b
commit
10dc203ace
1 changed files with 2 additions and 1 deletions
|
@ -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" "$@"
|
||||||
|
|
Loading…
Reference in a new issue