Commit | Line | Data |
---|---|---|
dcd006fa | 1 | .*CVS.* |
9590dfe3 | 2 | .#.* |
d0fcb05d | 3 | .*\.bak |
4 | .*\.swp | |
0d3eb5dd | 5 | .*\.old |
6 | .*\.tar\.gz | |
6858aad3 | 7 | ^Makefile$ |
70a5c3dc | 8 | ^_build/ |
6858aad3 | 9 | ^blib/ |
7858a5ff | 10 | ^blibdirs$ |
6858aad3 | 11 | _blib$ |
70a5c3dc | 12 | Build$ |
6858aad3 | 13 | (^|/)\. |
821a0fde | 14 | |
15 | # Version control files and dirs. | |
16 | \bRCS\b | |
17 | \bCVS\b | |
18 | \bSCCS\b | |
19 | ,v$ | |
20 | \B\.svn\b | |
21 | \B\.git\b | |
22 | \B\.gitignore\b | |
23 | \b_darcs\b | |
24 | ||
25 | # Module::Build generated files and dirs. | |
26 | ^Build$ | |
27 | ^_build/ | |
28 | ||
821a0fde | 29 | # Makemaker generated files and dirs. |
30 | \bMANIFEST\.bak | |
31 | \bMakefile$ | |
32 | \bblib/ | |
33 | \bMakeMaker-\d | |
34 | \bpm_to_blib\.ts$ | |
35 | \bpm_to_blib$ | |
36 | \bblibdirs\.ts$ # 6.18 through 6.25 generated this | |
37 | ||
38 | # Temp, old and emacs backup files. | |
39 | ~$ | |
40 | \.old$ | |
41 | \#$ | |
42 | \b\.# | |
43 | \.bak$ | |
44 | ||
45 | # Devel::Cover files. | |
46 | \bcover_db\b | |
47 | ||
48 | # Test::Kwalitee cache files. | |
49 | ^Debian_CPANTS\.txt | |
50 | ||
11ad2df9 | 51 | # Old tarballs etc |
52 | ^SQL-Translator | |
53 | ||
54 | # patch and diff files | |
55 | \.diff | |
56 | \.patch | |
57 | \.orig$ | |
58 | \.rej$ | |
59 | ||
60 | # junk | |
61 | \.log$ | |
62 | \.tmp$ |