Test quotes in field comments
[dbsrgits/SQL-Translator.git] / MANIFEST.SKIP
index f04ce18..14c8d11 100644 (file)
@@ -1,13 +1,12 @@
+^(?!script/|lib/|inc/|t/|xt/|share/|Makefile.PL$|README$|MANIFEST$|Changes$|META.(?:json|yml)$)
+
 .*CVS.*
 .#.*
 .*\.bak
 .*\.swp
 .*\.old
 .*\.tar\.gz
-^Makefile$
 ^_build/
-^blib/
-^blibdirs$
 _blib$
 Build$
 (^|/)\.
@@ -26,9 +25,6 @@ Build$
 ^Build$
 ^_build/
 
-# Module::Install included files.
-^inc/Module/Install
-
 # Makemaker generated files and dirs.
 \bMANIFEST\.bak
 \bMakefile$
@@ -51,3 +47,18 @@ Build$
 # Test::Kwalitee cache files.
 ^Debian_CPANTS\.txt
 
+# Old tarballs etc
+^SQL-Translator
+
+# patch and diff files
+\.diff
+\.patch
+\.orig$
+\.rej$
+
+# junk
+\.log$
+\.tmp$
+
+# temporary
+\.sqlt_refactor_placeholder$
\ No newline at end of file