Improve trigger 'scope' attribute support (RT#119997)
[dbsrgits/SQL-Translator.git] / MANIFEST.SKIP
1 ^(?!script/|lib/|inc/|t/|xt/|share/|Makefile.PL$|README$|MANIFEST$|Changes$|AUTHORS$|META.(?:json|yml)$)
2
3 .*CVS.*
4 .#.*
5 .*\.bak
6 .*\.swp
7 .*\.old
8 .*\.tar\.gz
9 ^_build/
10 _blib$
11 Build$
12 (^|/)\.
13
14 # Version control files and dirs.
15 \bRCS\b
16 \bCVS\b
17 \bSCCS\b
18 ,v$
19 \B\.svn\b
20 \B\.git\b
21 \B\.gitignore\b
22 \b_darcs\b
23
24 # Module::Build generated files and dirs.
25 ^Build$
26 ^_build/
27
28 # Makemaker generated files and dirs.
29 \bMANIFEST\.bak
30 \bMakefile$
31 \bblib/
32 \bMakeMaker-\d
33 \bpm_to_blib\.ts$
34 \bpm_to_blib$
35 \bblibdirs\.ts$         # 6.18 through 6.25 generated this
36
37 # Temp, old and emacs backup files.
38 ~$
39 \.old$
40 \#$
41 \b\.#
42 \.bak$
43
44 # Devel::Cover files.
45 \bcover_db\b
46
47 # Test::Kwalitee cache files.
48 ^Debian_CPANTS\.txt
49
50 # Old tarballs etc
51 ^SQL-Translator
52
53 # patch and diff files
54 \.diff
55 \.patch
56 \.orig$
57 \.rej$
58
59 # junk
60 \.log$
61 \.tmp$
62
63 # temporary
64 \.sqlt_refactor_placeholder$