Akron | 414ec95 | 2020-08-03 15:48:43 +0200 | [diff] [blame^] | 1 | # Skip real corpus regression files and tests |
2 | ^t/real/ | ||||
3 | |||||
4 | # Makemaker generated files and dirs. | ||||
5 | ^MANIFEST\. | ||||
6 | ^Makefile$ | ||||
7 | ^blib/ | ||||
8 | ^pm_to_blib | ||||
9 | ^MakeMaker-\d | ||||
10 | ^MYMETA | ||||
11 | |||||
12 | # Git files | ||||
13 | .git | ||||
14 | ^.gitignore | ||||
15 | ^Readme.pod | ||||
16 | |||||
17 | # File management | ||||
18 | ^[Ss]andbox | ||||
19 | ^examples | ||||
20 | ^\.?bench | ||||
21 | ^docs | ||||
22 | ^todo.org | ||||
23 | ^tools | ||||
24 | ^build | ||||
25 | ^fixtures | ||||
26 | ^nytprof | ||||
27 | ^log | ||||
28 | |||||
29 | # Temp, old and emacs backup files. | ||||
30 | ~$ | ||||
31 | \.sqlite$ | ||||
32 | \.log$ | ||||
33 | \.db$ | ||||
34 | \.tmp$ | ||||
35 | \.cache$ | ||||
36 | \.old$ | ||||
37 | ^#.*#$ | ||||
38 | ^\.# |