Call config as a method rather than poking the hash directly. Less gross
[catagits/Catalyst-Devel.git] / MANIFEST.SKIP
index c62cf44..0ba3380 100644 (file)
@@ -1,8 +1,16 @@
+# Ignore INSTALL.SKIP, used to stop getting .svn directories copied into
+# blib/, but not in a built dist (i.e. not used outside of author mode).
+^INSTALL.SKIP
+
+# Ignore gsoc docs
+^gsoc
+
 # Avoid version control files.
 \bRCS\b
 \bCVS\b
 ,v$
 \B\.svn\b
+\B\.git
 
 # Avoid Makemaker generated and utility files.
 \bMakefile$