Generated using:
awk 'data; /^__DATA__$/{data=1}' \
< /usr/share/perl5/Stow.pm \
> .stow-global-ignore
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 |