Strip evil svn:keywords
[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 # Module::Install included files.
30 ^inc/Module/Install
31
32 # Makemaker generated files and dirs.
33 \bMANIFEST\.bak
34 \bMakefile$
35 \bblib/
36 \bMakeMaker-\d
37 \bpm_to_blib\.ts$
38 \bpm_to_blib$
39 \bblibdirs\.ts$         # 6.18 through 6.25 generated this
40
41 # Temp, old and emacs backup files.
42 ~$
43 \.old$
44 \#$
45 \b\.#
46 \.bak$
47
48 # Devel::Cover files.
49 \bcover_db\b
50
51 # Test::Kwalitee cache files.
52 ^Debian_CPANTS\.txt
53