diff options
author | Thanos Apollo <[email protected]> | 2023-08-31 19:52:34 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-31 19:52:34 +0300 |
commit | 384179a0c7de9bd81d9d39ba511649d8ae8e1bac (patch) | |
tree | b21beb69ea6d3a6141196e89e73dbd11b572994e /.stow-local-ignore | |
parent | cd5b396ce6e6132c9c1b894e660af5e4eeff1491 (diff) |
Add .stow-local-ignore
Diffstat (limited to '.stow-local-ignore')
-rw-r--r-- | .stow-local-ignore | 25 |
1 files changed, 25 insertions, 0 deletions
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 |