[svn:parrot] r42479 - trunk

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Nov 13 08:26:58 UTC 2009


Author: mikehh
Date: Fri Nov 13 08:26:57 2009
New Revision: 42479
URL: https://trac.parrot.org/parrot/changeset/42479

Log:
regenerate MANIFEST.SKIP

Modified:
   trunk/MANIFEST.SKIP

Modified: trunk/MANIFEST.SKIP
==============================================================================
--- trunk/MANIFEST.SKIP	Fri Nov 13 07:18:14 2009	(r42478)
+++ trunk/MANIFEST.SKIP	Fri Nov 13 08:26:57 2009	(r42479)
@@ -1,6 +1,6 @@
 # ex: set ro:
 # $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Sun Sep 27 09:00:39 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Fri Nov 13 08:23:15 2009 UT
 #
 # This file should contain a transcript of the svn:ignore properties
 # of the directories in the Parrot subversion repository. (Needed for
@@ -83,6 +83,12 @@
 ^myconfig/
 ^parrot$
 ^parrot/
+^parrot-nqp$
+^parrot-nqp/
+^parrot-nqp\.c$
+^parrot-nqp\.c/
+^parrot-nqp\.pbc$
+^parrot-nqp\.pbc/
 ^parrot\.ilk$
 ^parrot\.ilk/
 ^parrot\.iss$
@@ -99,12 +105,6 @@
 ^parrot_config\.pbc/
 ^parrot_debugger$
 ^parrot_debugger/
-^parrot_nqp$
-^parrot_nqp/
-^parrot_nqp\.c$
-^parrot_nqp\.c/
-^parrot_nqp\.pbc$
-^parrot_nqp\.pbc/
 ^parrot_test_run\.tar\.gz$
 ^parrot_test_run\.tar\.gz/
 ^pbc_disassemble$
@@ -461,6 +461,11 @@
 # generated from svn:ignore of 'ext/Parrot-Embed/t/'
 ^ext/Parrot-Embed/t/.*\.pbc$
 ^ext/Parrot-Embed/t/.*\.pbc/
+# generated from svn:ignore of 'ext/nqp-rx/'
+^ext/nqp-rx/.*\.pbc$
+^ext/nqp-rx/.*\.pbc/
+^ext/nqp-rx/Makefile$
+^ext/nqp-rx/Makefile/
 # generated from svn:ignore of 'include/parrot/'
 ^include/parrot/.*\.tmp$
 ^include/parrot/.*\.tmp/
@@ -493,6 +498,9 @@
 ^include/parrot/oplib/.*_ops_switch\.h/
 ^include/parrot/oplib/ops\.h$
 ^include/parrot/oplib/ops\.h/
+# generated from svn:ignore of 'include/pmc/'
+^include/pmc/.*\.h$
+^include/pmc/.*\.h/
 # generated from svn:ignore of 'lib/'
 ^lib/DumbLink\.pm$
 ^lib/DumbLink\.pm/


More information about the parrot-commits mailing list