add TODO on constraint check
[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$
96372cc1 17^VERSIONING\.SKETCH$
4f2ebb1e 18
9f19b1d6 19# Avoid Module::Build generated and utility files.
20\bBuild$
21\b_build
22
23# Avoid temp and backup files.
24~$
25\.tmp$
26\.old$
27\.bak$
3e110410 28\..*?\.sw[po]$
9f19b1d6 29\#$
30\b\.#
31
7b601771 32# avoid OS X finder files
33\.DS_Store$
34
9f19b1d6 35# Don't ship the test db
36^t/var
37
ddab752c 38# Don't ship the last dist we built :)
39\.tar\.gz$
0009fa49 40
41# Skip maint stuff
42^maint/
ce4c07df 43
4cc0c352 44# Avoid copies to .orig
45\.orig$
ca83d811 46
e9188247 47# Dont use Module::Build anymore
a2800991 48^Build.PL$