dagolden / metabase forked from rjbs/metabase

database for metadata about CPAN entries

This URL has Read+Write access

metabase / MANIFEST.SKIP
100644 40 lines (35 sloc) 0.683 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright (c) 2008 by Ricardo Signes. All rights reserved.
# Licensed under terms of Perl itself (the "License").
# You may not use this file except in compliance with the License.
# A copy of the License was distributed with this file or you may obtain a
# copy of the License from http://dev.perl.org/licenses/
 
# Version control files and dirs.
\bRCS\b
\bCVS\b
,v$
.svn/
^.git
 
# Generated by Perl module toolchain
^MANIFEST\.(?!SKIP)
^Makefile$
^blib/
^blibdirs$
^PM_to_blib$
^pm_to_blib$
^MakeMaker-\d
^Build$
^_build
^cover_db
^.*\.bat$
^META.yml
 
# Temp, old, vi and emacs files.
^eg/
~$
\.old$
\#\.*\#$
\.\#$
\.swp$
\.bak$
^pod.*\.tmp$
 
# Private developer files
^\.mylib