From 0c3fa73badf6148571600b5a8df19972077a55e7 Mon Sep 17 00:00:00 2001 From: voidarclabs Date: Tue, 22 Jul 2025 16:18:36 +0100 Subject: [PATCH] added ignore for stow --- .stow-local-ignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .stow-local-ignore diff --git a/.stow-local-ignore b/.stow-local-ignore new file mode 100644 index 00000000..331f56b6 --- /dev/null +++ b/.stow-local-ignore @@ -0,0 +1,25 @@ +# 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 + +/stowfile