do not include .git directory
[catagits/Reaction.git] / MANIFEST.SKIP
CommitLineData
7adfd53f 1# Avoid version control files.
2\bRCS\b
3\bCVS\b
4,v$
5\B\.svn\b
37fd1e93 6\.git/
7adfd53f 7
8# Avoid Makemaker generated and utility files.
9\bMakefile$
10\bblib
11\bMakeMaker-\d
12\bpm_to_blib$
13\bblibdirs$
14^MANIFEST\.SKIP$
15
16# for developers only :)
17^TODO$
18^VERSIONING\.SKETCH$
19
20# Avoid Module::Build generated and utility files.
21\bBuild$
22\b_build
23
24# Avoid temp and backup files.
25~$
26\.tmp$
27\.old$
28\.bak$
29\#$
30\b\.#
31
32# avoid OS X finder files
33\.DS_Store$
34
35# Don't ship the test db
83529ec1 36^t/var/.+\.db$
7adfd53f 37
38# Don't ship the last dist we built :)
39\.tar\.gz$
40
41# Skip maint stuff
42^maint/
e14bc9d1 43
e14bc9d1 44t/ui_window
83529ec1 45t/.*pod.*