Add local-ignore files for unneeded packages

This commit is contained in:
Eric Torres 2024-09-04 22:51:01 -07:00
parent 58bbf650f5
commit 25840f4b2a
4 changed files with 26 additions and 2 deletions

22
.stow-global-ignore Normal file
View File

@ -0,0 +1,22 @@
# Comments and blank lines are allowed.
RCS
.+,v
CVS
\.\#.+ # CVS conflict files / emacs lock files
\.cvsignore
\.svn
_darcs
\.hg
\.git
\.gitignore
\.gitmodules
.+~ # emacs backup files
\#.*\# # emacs autosave files
^/README.*
^/LICENSE.*
^/COPYING

View File

@ -1,2 +0,0 @@
# Ignore files that belong in /etc
zsh-etcfiles

1
etc/.stow-local-ignore Normal file
View File

@ -0,0 +1 @@
zsh

3
ssh/.stow-local-ignore Normal file
View File

@ -0,0 +1,3 @@
^authorized_keys\..*
^config\..*
README