... | ... |
@@ -27,3 +27,21 @@ _darcs |
27 | 27 |
^/LICENCE.* # British English noun |
28 | 28 |
^/COPYING.* # GNU |
29 | 29 |
^/UNLICENSE.* # Unlicense |
30 |
+^/BUILDING.* |
|
31 |
+^/INSTALL.* |
|
32 |
+^/AUTHORS.* |
|
33 |
+^/CODEOWNERS.* |
|
34 |
+^/CREDITS.* |
|
35 |
+^/ACKNOWLEDGEMENTS.* |
|
36 |
+^/CITATION.* |
|
37 |
+^/CONTRIBUTING.* |
|
38 |
+^/HACKING.* |
|
39 |
+^/CODE_OF_CONDUCT.* |
|
40 |
+^/FUNDING.* |
|
41 |
+^/HISTORY.* |
|
42 |
+^/NEWS.* |
|
43 |
+^/CHANGELOG.* |
|
44 |
+^/ChangeLog.* |
|
45 |
+^/FAQ.* |
|
46 |
+^/TODO.* |
|
47 |
+^/NOTES.* |
... | ... |
@@ -4,7 +4,7 @@ RCS |
4 | 4 |
.+,v |
5 | 5 |
|
6 | 6 |
CVS |
7 |
-\.\#.+ # CVS conflict files / emacs lock files |
|
7 |
+\.\#.+ # CVS conflict files / emacs lock files |
|
8 | 8 |
\.cvsignore |
9 | 9 |
|
10 | 10 |
\.svn |
... | ... |
@@ -14,8 +14,8 @@ _darcs |
14 | 14 |
\.git |
15 | 15 |
\.gitignore |
16 | 16 |
|
17 |
-.+~ # emacs backup files |
|
18 |
-\#.*\# # emacs autosave files |
|
17 |
+.+~ # emacs backup files |
|
18 |
+\#.*\# # emacs autosave files |
|
19 | 19 |
|
20 | 20 |
^/README.* |
21 | 21 |
^/LICENSE.* |
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 |