changes to replication so that if a replicant is offline when we do the initial conne...
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
CommitLineData
9f19b1d6 1# Avoid version control files.
2\bRCS\b
3\bCVS\b
4,v$
5\B\.svn\b
6
7# Avoid Makemaker generated and utility files.
8\bMakefile$
9\bblib
10\bMakeMaker-\d
11\bpm_to_blib$
12\bblibdirs$
13^MANIFEST\.SKIP$
14
4f2ebb1e 15# for developers only :)
16^TODO$
17
9f19b1d6 18# Avoid Module::Build generated and utility files.
19\bBuild$
20\b_build
21
22# Avoid temp and backup files.
23~$
24\.tmp$
25\.old$
26\.bak$
3e110410 27\..*?\.sw[po]$
9f19b1d6 28\#$
29\b\.#
30
7b601771 31# avoid OS X finder files
32\.DS_Store$
33
9f19b1d6 34# Don't ship the test db
35^t/var
36
ddab752c 37# Don't ship the last dist we built :)
38\.tar\.gz$
0009fa49 39
40# Skip maint stuff
41^maint/
ce4c07df 42
4cc0c352 43# Avoid copies to .orig
44\.orig$
ca83d811 45
e9188247 46# Dont use Module::Build anymore
a2800991 47^Build.PL$