From 79a9b991dc289500f4c097d5c1fca1839c521dde Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 8 Sep 2016 02:10:08 +0200 Subject: Don’t stow GNUmakefiles or org files --- stow/usr/bin/stow-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stow/usr/bin') diff --git a/stow/usr/bin/stow-home b/stow/usr/bin/stow-home index d85c133..2dc4b08 100755 --- a/stow/usr/bin/stow-home +++ b/stow/usr/bin/stow-home @@ -2,4 +2,4 @@ # 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" "$@" +/usr/bin/stow --target "$HOME" --ignore "GNUmakefile" --ignore "org" "$@" -- cgit v1.2.3-54-g00ecf