[svn:parrot] r46283 - in trunk: . docs
coke at svn.parrot.org
coke at svn.parrot.org
Tue May 4 14:32:39 UTC 2010
Author: coke
Date: Tue May 4 14:32:39 2010
New Revision: 46283
URL: https://trac.parrot.org/parrot/changeset/46283
Log:
Ignore directory generated by 'make pdf'
Modified:
trunk/MANIFEST.SKIP
trunk/docs/ (props changed)
Modified: trunk/MANIFEST.SKIP
==============================================================================
--- trunk/MANIFEST.SKIP Tue May 4 14:17:32 2010 (r46282)
+++ trunk/MANIFEST.SKIP Tue May 4 14:32:39 2010 (r46283)
@@ -1,6 +1,6 @@
# ex: set ro:
# $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Sat May 1 17:14:25 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Tue May 4 14:32:03 2010 UT
#
# This file should contain a transcript of the svn:ignore properties
# of the directories in the Parrot subversion repository. (Needed for
@@ -242,6 +242,8 @@
^docs/.*\.tmp/
^docs/Makefile$
^docs/Makefile/
+^docs/build$
+^docs/build/
^docs/doc-prep$
^docs/doc-prep/
^docs/html$
More information about the parrot-commits
mailing list