Some cosmetic fixes in ANFANG
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
index 4d0c740..64f490c 100644 (file)
@@ -1,29 +1,33 @@
+^(?!script/|examples/|lib/|inc/|t/|xt/|Makefile\.PL$|maint/|README$|MANIFEST$|Changes$|AUTHORS$|LICENSE$|META\.(?:yml|json)$)
+
 # Avoid version control files.
 \bRCS\b
 \bCVS\b
 ,v$
 \B\.svn\b
-
-# Avoid Makemaker generated and utility files.
-\bMakefile$
-\bblib
-\bMakeMaker-\d
-\bpm_to_blib$
-\bblibdirs$
-^MANIFEST\.SKIP$
-
-# Avoid Module::Build generated and utility files.
-\bBuild$
-\b_build
+\b_darcs\b
 
 # Avoid temp and backup files.
 ~$
 \.tmp$
 \.old$
 \.bak$
+\..*?\.sw[po]$
 \#$
 \b\.#
 
+# avoid OS X finder files
+\.DS_Store$
+
 # Don't ship the test db
 ^t/var
 
+# Avoid patch remnants
+\.orig$
+\.rej$
+
+lib/DBIx/Class/Manual/ResultClass.pod.proto
+maint/.Generated_Pod
+
+maint/travis-ci_scripts
+.travis.yml