From 384179a0c7de9bd81d9d39ba511649d8ae8e1bac Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 31 Aug 2023 19:52:34 +0300 Subject: Add .stow-local-ignore --- .stow-local-ignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .stow-local-ignore (limited to '.stow-local-ignore') diff --git a/.stow-local-ignore b/.stow-local-ignore new file mode 100644 index 0000000..770588d --- /dev/null +++ b/.stow-local-ignore @@ -0,0 +1,25 @@ +# Comments and blank lines are allowed. + +RCS +.+,v + +^scripts$ + +CVS +\.\#.+ # CVS conflict files / emacs lock files +\.cvsignore + +\.svn +_darcs +\.hg + +\.git$ +\.git.* +.*\.org$ + +.+~ # emacs backup files +\#.*\# # emacs autosave files + +^/README.* +^/LICENSE.* +^/COPYING \ No newline at end of file -- cgit v1.2.3