add stow ignore and makefile

This commit is contained in:
frosty 2024-05-17 17:48:23 -04:00
commit 761907cc3d
2 changed files with 13 additions and 0 deletions

9
.stow-local-ignore Normal file
View file

@ -0,0 +1,9 @@
\.git
\.gitignore
\.gitmodules
^/README.*
^/LICENSE.*
^/COPYING
^/Makefile

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
all:
stow --verbose --target=${HOME} --no-folding --restow .
delete:
stow --verbose --target=${HOME} --no-folding --delete .