Don’t stow GNUmakefiles or org files
This commit is contained in:
parent
06239aa7d7
commit
79a9b991dc
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
# Make stow always stow to my HOME directory. It's weird that this
|
# 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.
|
# 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" "$@"
|
||||||
|
|
Loading…
Reference in a new issue