Don’t stow GNUmakefiles or org files

This commit is contained in:
Tom Willemse 2016-09-08 02:10:08 +02:00
parent 06239aa7d7
commit 79a9b991dc

View file

@ -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" "$@"