From 25840f4b2a13c70e1f8b48552c7835d2db219d47 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 4 Sep 2024 22:51:01 -0700 Subject: [PATCH] Add local-ignore files for unneeded packages --- .stow-global-ignore | 22 ++++++++++++++++++++++ .stow-local-ignore | 2 -- etc/.stow-local-ignore | 1 + ssh/.stow-local-ignore | 3 +++ 4 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 .stow-global-ignore delete mode 100644 .stow-local-ignore create mode 100644 etc/.stow-local-ignore create mode 100644 ssh/.stow-local-ignore diff --git a/.stow-global-ignore b/.stow-global-ignore new file mode 100644 index 0000000..dd1cc9c --- /dev/null +++ b/.stow-global-ignore @@ -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 diff --git a/.stow-local-ignore b/.stow-local-ignore deleted file mode 100644 index b3662aa..0000000 --- a/.stow-local-ignore +++ /dev/null @@ -1,2 +0,0 @@ -# Ignore files that belong in /etc -zsh-etcfiles diff --git a/etc/.stow-local-ignore b/etc/.stow-local-ignore new file mode 100644 index 0000000..0abc843 --- /dev/null +++ b/etc/.stow-local-ignore @@ -0,0 +1 @@ +zsh diff --git a/ssh/.stow-local-ignore b/ssh/.stow-local-ignore new file mode 100644 index 0000000..7da646e --- /dev/null +++ b/ssh/.stow-local-ignore @@ -0,0 +1,3 @@ +^authorized_keys\..* +^config\..* +README