Commit | Line | Data |
---|---|---|
9197fac2 | 1 | ^Perl-Critic- |
6665eef3 | 2 | ^README\.developer$ |
9475ffe2 | 3 | ^README\.release$ |
70390a27 | 4 | \.PPI$ |
47e04892 | 5 | ^lib/Perl/Critic/PolicySummary.pod$ |
0d512192 | 6 | _without_optional_dependencies.t$ |
48336a64 CD |
7 | ^t/ControlStructures/ProhibitNegativeExpressionsInUnlessAndUntilConditions.run$ |
8 | ^t/Variables/RequireLocalizedPunctuationVars.run$ | |
9 | ||
10 | ## Below here are generic entries that apply to any project ## | |
b672fd9e | 11 | |
44b811cd JRT |
12 | # Version Control files |
13 | ^\.cvsignore$ | |
14 | CVS | |
15 | RCS | |
16 | ,v$ | |
17 | \.svn | |
18 | ||
19 | # Distribution files | |
20 | \.zip$ | |
21 | \.gz$ | |
22 | \.tgz$ | |
23 | \.tar\.gz$ | |
24 | \.tar$ | |
25 | \-docs\b | |
26 | ||
27 | # Devel/Build files | |
28 | ^\.perltidyrc$ | |
29 | ^t/01distribution\.t$ | |
30 | \.devel\b | |
31 | ^_build | |
32 | ^Build$ | |
33 | ^blib | |
34 | ^MANIFEST\.SKIP$ | |
35 | ^Makefile$ | |
36 | ^cover_db | |
0ae2c5b7 | 37 | ^nytprof |
44b811cd JRT |
38 | ^pm_to_blib$ |
39 | ^Makefile.old$ | |
40 | ^patch | |
6665eef3 | 41 | \.patch$ |
44b811cd JRT |
42 | \.rej$ |
43 | \.old$ | |
44 | ^t/00_local_.*t$ | |
45 | ^t/perlcriticrc$ | |
6665eef3 CD |
46 | ^tmon\.out$ |
47 | \.gdb_history$ | |
48 | \.ERR$ | |
48336a64 | 49 | ^tags$ |
44b811cd JRT |
50 | |
51 | # Temp/backup files | |
52 | ~$ | |
53 | \.bak$ | |
54 | ^temp[^l] | |
55 | ^temp$ | |
56 | \.tmp$ | |
57 | \.\#.+ | |
58 | \#$ | |
1a9faf0f | 59 | \.swp$ |
9f12283e | 60 | \.vim_backup$ |
44b811cd JRT |
61 | |
62 | # Mac/SMB files | |
63 | \.DS_Store | |
64 | ^\._.+ | |
1a9faf0f | 65 | \bIcon\x0d |
44b811cd JRT |
66 | |
67 | # Flash development | |
68 | \.swd$ | |
69 | ^test\.swf$ | |
2e9f57e1 | 70 | |
26ed3ec8 ES |
71 | # Developer docs |
72 | \bdoc\b | |
bbf8367b ES |
73 | |
74 | # Avoid Eclipse files. | |
75 | \.project\b | |
ea302fde | 76 | ^\.includepath$ |
e17fd0b2 JRT |
77 | |
78 | # Avoid my Ant build script | |
79 | ^build\.xml$ |