From 79a9b991dc289500f4c097d5c1fca1839c521dde Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 8 Sep 2016 02:10:08 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20stow=20GNUmakefiles=20or=20org?= =?UTF-8?q?=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stow/usr/bin/stow-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" "$@"