Login
projects
/
gknop
/
Perl-Critic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added 'criticize.t' to the MANIFEST.SKIP. These tests probably won't
[gknop/Perl-Critic.git]
/
MANIFEST.SKIP
1
# Version Control files
2
^\.cvsignore$
3
CVS
4
RCS
5
,v$
6
\.svn
7
8
# Distribution files
9
\.zip$
10
\.gz$
11
\.tgz$
12
\.tar\.gz$
13
\.tar$
14
\-docs\b
15
16
# Devel/Build files
17
^\.perltidyrc$
18
^t/01distribution\.t$
19
\.devel\b
20
^_build
21
^Build$
22
^blib
23
^MANIFEST\.SKIP$
24
^Makefile$
25
^cover_db
26
^pm_to_blib$
27
^Makefile.old$
28
^patch
29
\.rej$
30
\.old$
31
^t/00_local_.*t$
32
^t/perlcriticrc$
33
34
# Temp/backup files
35
~$
36
\.bak$
37
^temp[^l]
38
^temp$
39
\.tmp$
40
\.\#.+
41
\#$
42
43
# Mac/SMB files
44
\.DS_Store
45
^\._.+
46
47
# Flash development
48
\.swd$
49
^test\.swf$
50
51
# Author-time tests
52
40_criticize\.t$