fix detection if loaded during global destruction
[p5sagit/Devel-GlobalDestruction.git] / MANIFEST.SKIP
index f48fadf..bf9442e 100644 (file)
@@ -4,8 +4,13 @@
 \bSCCS\b
 ,v$
 \B\.svn\b
+\B\.git\b
+\B\.gitignore\b
 \b_darcs\b
 
+# no mymeta
+\bMYMETA\.
+
 # Avoid Makemaker generated and utility files.
 \bMANIFEST\.bak
 \bMakefile$
 
 \.DS_Store$
 \.sw.$
-\.tar\.gz$
-^(\w+-)*(\w+)-\d\.\d+$
+(\w+-)*(\w+)-\d\.\d+(?:\.tar\.gz)?$
+
+\.t\.log$
+
+\.prove$
 
+# XS shit
+\.(?:bs|c|o)$