Switch back to my travis helpers fork
[dbsrgits/SQL-Translator.git] / MANIFEST.SKIP
index d4202f4..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$
 (^|/)\.
@@ -48,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