From 10dc203aceea42665fb554dfb0ca75b1d6bb3acf Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 19 Oct 2016 11:28:51 +0200 Subject: Ignore .dir-locals files using stow-home --- stow/usr/bin/stow-home | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stow/usr/bin') 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" "$@" -- cgit v1.2.3-54-g00ecf