added .gitignore
[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
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\..*?\.sw[po]$
29\#$
30\b\.#
31
32# avoid OS X finder files
33\.DS_Store$
34
35# Don't ship the test db
36^t/var
37
38# Don't ship the last dist we built :)
39\.tar\.gz$
40
41# Skip maint stuff
42^maint/
43
44# Avoid copies to .orig
45\.orig$
46
47# Dont use Module::Build anymore
48^Build.PL$
49