cleaned up demo scripts locations
[urisagit/Stem.git] / MANIFEST.SKIP
index 112b228..e504f66 100644 (file)
@@ -1,2 +1,30 @@
-^\.git$ 
-^\.git/ 
+# Version control files and dirs.
+\bRCS\b
+\bCVS\b
+,v$
+\B\.svn\b
+^.git
+^.gitignore
+
+# EUMM/MB generated files and dirs.
+^MANIFEST\.bak
+^_build
+^Build$
+^Makefile$
+^blib/
+^MakeMaker-\d
+
+# demo files so we don't need to install
+^demo/
+
+# Temp, old and emacs backup files.
+~$
+\.old$
+\B#.*#$
+^\.#
+\.*.swp$
+
+# other stuff we dont want in the dist tarball
+^notes/
+^*.orig
+^*.BACKUP