Backout teejay's changes to get trunk stable again
[dbsrgits/SQL-Translator.git] / MANIFEST.SKIP
1 .*CVS.*
2 .#.*
3 .*\.bak
4 .*\.swp
5 .*\.old
6 .*\.tar\.gz
7 ^Makefile$
8 ^_build/
9 ^blib/
10 ^blibdirs$
11 _blib$
12 Build$
13 (^|/)\.
14
15 # Version control files and dirs.
16 \bRCS\b
17 \bCVS\b
18 \bSCCS\b
19 ,v$
20 \B\.svn\b
21 \B\.git\b
22 \B\.gitignore\b
23 \b_darcs\b
24
25 # Module::Build generated files and dirs.
26 ^Build$
27 ^_build/
28
29 # Makemaker generated files and dirs.
30 \bMETA\.yml
31 \bMANIFEST\.bak
32 \bMakefile$
33 \bblib/
34 \bMakeMaker-\d
35 \bpm_to_blib\.ts$
36 \bpm_to_blib$
37 \bblibdirs\.ts$         # 6.18 through 6.25 generated this
38
39 # Temp, old and emacs backup files.
40 ~$
41 \.old$
42 \#$
43 \b\.#
44 \.bak$
45
46 # Devel::Cover files.
47 \bcover_db\b
48
49 # Test::Kwalitee cache files.
50 ^Debian_CPANTS\.txt
51