aboutsummaryrefslogtreecommitdiffstats
path: root/stow
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-09-08 02:10:08 +0200
committerGravatar Tom Willemse2016-09-08 02:10:08 +0200
commit79a9b991dc289500f4c097d5c1fca1839c521dde (patch)
tree2de1bad2c0a4a11df33e59a0d5d77a0d8b8b2c96 /stow
parent06239aa7d7136a814549b09573798546fb697722 (diff)
downloadnew-dotfiles-79a9b991dc289500f4c097d5c1fca1839c521dde.tar.gz
new-dotfiles-79a9b991dc289500f4c097d5c1fca1839c521dde.zip
Don’t stow GNUmakefiles or org files
Diffstat (limited to 'stow')
-rwxr-xr-xstow/usr/bin/stow-home2
1 files changed, 1 insertions, 1 deletions
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" "$@"