From d85f5f853f68ca5a40096185cfcaa2a361d8a2cd Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Sun, 14 Jul 2024 02:21:19 +0100 Subject: [PATCH] Fix stow ignore not being named right --- .stow-local-ignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .stow-local-ignore diff --git a/.stow-local-ignore b/.stow-local-ignore new file mode 100644 index 0000000..8baaabd --- /dev/null +++ b/.stow-local-ignore @@ -0,0 +1,19 @@ +# Comments and blank lines are allowed. +RCS +.+,v +CVS +\.\#.+ # CVS conflict files / emacs lock files +\.cvsignore +\.svn +_darcs +\.hg +\.git +\.gitignore +.+~ # emacs backup files +\#.*\# # emacs autosave files +^/README.* +^/LICENSE.* +^/COPYING +\.gitmodules +scripts +^/stow