Browse code

Add ignore top level files

Robert Cranston authored on 01/06/2024 14:00:12
Showing 1 changed files
... ...
@@ -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.*
Browse code

Add ignore licenses

Robert Cranston authored on 30/07/2022 14:08:36
Showing 1 changed files
... ...
@@ -23,5 +23,7 @@ _darcs
23 23
 
24 24
 ^/README.*
25 25
 ^/READ\.ME.*
26
-^/LICENSE.*
27
-^/COPYING
26
+^/LICENSE.*     # US English noun
27
+^/LICENCE.*     # British English noun
28
+^/COPYING.*     # GNU
29
+^/UNLICENSE.*   # Unlicense
Browse code

Add ignore developer platforms

Robert Cranston authored on 01/06/2024 14:00:27
Showing 1 changed files
... ...
@@ -19,6 +19,8 @@ _darcs
19 19
 
20 20
 .+\.swp         # vim swap files
21 21
 
22
+^/.github
23
+
22 24
 ^/README.*
23 25
 ^/READ\.ME.*
24 26
 ^/LICENSE.*
Browse code

Add ignore readme alternative spelling

Robert Cranston authored on 01/06/2024 14:05:00
Showing 1 changed files
... ...
@@ -20,5 +20,6 @@ _darcs
20 20
 .+\.swp         # vim swap files
21 21
 
22 22
 ^/README.*
23
+^/READ\.ME.*
23 24
 ^/LICENSE.*
24 25
 ^/COPYING
Browse code

Add ignore vim swap files

Robert Cranston authored on 30/07/2022 14:08:07
Showing 1 changed files
... ...
@@ -17,6 +17,8 @@ _darcs
17 17
 .+~             # emacs backup files
18 18
 \#.*\#          # emacs autosave files
19 19
 
20
+.+\.swp         # vim swap files
21
+
20 22
 ^/README.*
21 23
 ^/LICENSE.*
22 24
 ^/COPYING
Browse code

Add ignore comment spacing

Robert Cranston authored on 01/06/2024 12:39:24
Showing 1 changed files
... ...
@@ -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.*
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