add travis config
[p5sagit/Class-C3-Componentised.git] / MANIFEST.SKIP
CommitLineData
3a67d98b 1^(?!script/|examples/|lib/|inc/|t/|xt/|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$)
2
3
20169807 4# Avoid version control files.
5\bRCS\b
6\bCVS\b
7,v$
8\B\.svn\b
3a67d98b 9\B\.git\b
10\B\.gitignore\b
11\b_darcs\b
20169807 12
13# Avoid Makemaker generated and utility files.
14\bMakefile$
15\bblib
16\bMakeMaker-\d
17\bpm_to_blib$
18\bblibdirs$
19^MANIFEST\.SKIP$
20
21# for developers only :)
22^TODO$
23^VERSIONING\.SKETCH$
24
25# Avoid Module::Build generated and utility files.
26\bBuild$
27\b_build
28
29# Avoid temp and backup files.
30~$
31\.tmp$
32\.old$
33\.bak$
34\..*?\.sw[po]$
35\#$
36\b\.#
37
38# avoid OS X finder files
39\.DS_Store$
40
3a67d98b 41# Don't ship the test db
42^t/var
43
20169807 44# Don't ship the last dist we built :)
45\.tar\.gz$
46
47# Skip maint stuff
48^maint/
49
3a67d98b 50# Avoid patch remnants
20169807 51\.orig$
3a67d98b 52\.rej$
20169807 53
54# Dont use Module::Build anymore
55^Build.PL$