typo
[dbsrgits/DBIx-Class-ResultSet-HashRef.git] / MANIFEST.SKIP
CommitLineData
a1ca7215 1# Avoid version control files.
2\bRCS\b
3\bCVS\b
4,v$
5\B\.svn\b
6c40f8c4 6\B\.git\b
7\B\.gitignore\b
a1ca7215 8
9# Avoid Makemaker generated and utility files.
10\bMakefile$
11\bblib
12\bMakeMaker-\d
13\bpm_to_blib$
14\bblibdirs$
15^MANIFEST\.SKIP$
16
17# for developers only :)
18^TODO$
19^VERSIONING\.SKETCH$
20
21# Avoid Module::Build generated and utility files.
22\bBuild$
23\b_build
24
25# Avoid temp and backup files.
26~$
27\.tmp$
28\.old$
29\.bak$
30\..*?\.sw[po]$
31\#$
32\b\.#
33
34# avoid OS X finder files
35\.DS_Store$
36
37# Don't ship the test db
38^t/var
39
40# Don't ship the last dist we built :)
41\.tar\.gz$
42
43# Skip maint stuff
44^maint/
45
46# Avoid copies to .orig
47\.orig$
48
49# Dont use Module::Build anymore
50^Build.PL$
51