Browse code

Add ignore defaults

Generated using:

awk 'data; /^__DATA__$/{data=1}' \
< /usr/share/perl5/Stow.pm \
> .stow-global-ignore

Robert Cranston authored on 30/07/2022 14:05:02
Showing 1 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,22 @@
1
+# Comments and blank lines are allowed.
2
+
3
+RCS
4
+.+,v
5
+
6
+CVS
7
+\.\#.+       # CVS conflict files / emacs lock files
8
+\.cvsignore
9
+
10
+\.svn
11
+_darcs
12
+\.hg
13
+
14
+\.git
15
+\.gitignore
16
+
17
+.+~          # emacs backup files
18
+\#.*\#       # emacs autosave files
19
+
20
+^/README.*
21
+^/LICENSE.*
22
+^/COPYING