Improve trigger 'scope' attribute support (RT#119997)
[dbsrgits/SQL-Translator.git] / MANIFEST.SKIP
CommitLineData
e051b246 1^(?!script/|lib/|inc/|t/|xt/|share/|Makefile.PL$|README$|MANIFEST$|Changes$|AUTHORS$|META.(?:json|yml)$)
30bcc9f3 2
dcd006fa 3.*CVS.*
9590dfe3 4.#.*
d0fcb05d 5.*\.bak
6.*\.swp
0d3eb5dd 7.*\.old
8.*\.tar\.gz
70a5c3dc 9^_build/
6858aad3 10_blib$
70a5c3dc 11Build$
6858aad3 12(^|/)\.
821a0fde 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
821a0fde 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
11ad2df9 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$
e650b78f 62
63# temporary
64\.sqlt_refactor_placeholder$