Revert my previous changes (rev 1722 reverted back to rev 1721)
[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 \bMANIFEST\.bak
31 \bMakefile$
32 \bblib/
33 \bMakeMaker-\d
34 \bpm_to_blib\.ts$
35 \bpm_to_blib$
36 \bblibdirs\.ts$         # 6.18 through 6.25 generated this
37
38 # Temp, old and emacs backup files.
39 ~$
40 \.old$
41 \#$
42 \b\.#
43 \.bak$
44
45 # Devel::Cover files.
46 \bcover_db\b
47
48 # Test::Kwalitee cache files.
49 ^Debian_CPANTS\.txt
50
51 # Old tarballs etc
52 ^SQL-Translator
53
54 # patch and diff files
55 \.diff
56 \.patch
57 \.orig$
58 \.rej$
59
60 # junk
61 \.log$
62 \.tmp$