root/perl/DBIx-Class-Indexer-KinoSearch/trunk/MANIFEST.SKIP

Revision 340, 356 bytes (checked in by brian.cassidy, 2 years ago)

dist structure

Line 
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 # Avoid Module::Build generated and utility files.
16 \bBuild$
17 \b_build
18
19 # Avoid temp and backup files.
20 ~$
21 \.tmp$
22 \.old$
23 \.bak$
24 \#$
25 \b\.#
26 \.DS_Store$
27
28 # No tarballs!
29 \.gz$
Note: See TracBrowser for help on using the browser.