more tweaks
[dbsrgits/SQL-Abstract.git] / MANIFEST.SKIP
CommitLineData
86298391 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
15# for developers only :)
16^TODO$
17^VERSIONING\.SKETCH$
18
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$
28\#$
29\b\.#
30
31# avoid OS X finder files
32\.DS_Store$
33
34# Don't ship the test db
35^t/var
36
37# Don't ship the last dist we built :)
38\.tar\.gz$
39
40# Skip maint stuff
41^maint/
42
43# Avoid copies to .orig
44\.orig$