[svn:parrot] r47589 - trunk

coke at svn.parrot.org coke at svn.parrot.org
Sun Jun 13 02:46:17 UTC 2010


Author: coke
Date: Sun Jun 13 02:46:17 2010
New Revision: 47589
URL: https://trac.parrot.org/parrot/changeset/47589

Log:
Regen file

Modified:
   trunk/.gitignore

Modified: trunk/.gitignore
==============================================================================
--- trunk/.gitignore	Sun Jun 13 02:41:12 2010	(r47588)
+++ trunk/.gitignore	Sun Jun 13 02:46:17 2010	(r47589)
@@ -1,6 +1,6 @@
 # ex: set ro:
-# $Id
-# generated by tools/dev/mk_manifest_and_skip.pl Mon May 17 15:32:39 2010 UT
+# $Id: MANIFEST.SKIP 47057 2010-05-27 15:39:08Z fperrad 
+# generated by tools/dev/mk_manifest_and_skip.pl Thu May 27 15:25:37 2010 UT
 #
 # This file should contain a transcript of the svn:ignore properties
 # of the directories in the Parrot subversion repository. (Needed for
@@ -47,6 +47,10 @@
 libparrot.dll
 miniparrot
 myconfig
+ops2c
+ops2c.c
+ops2c.pbc
+ops2c.pir
 parrot
 parrot-nqp
 parrot-nqp.c
@@ -102,6 +106,12 @@
 compilers/imcc/imcparser.c
 compilers/imcc/imcparser.h
 compilers/imcc/imcparser.output
+# generated from svn:ignore of 'compilers/opsc/gen/Ops/'
+compilers/opsc/gen/Ops/*.pir
+# generated from svn:ignore of 'compilers/opsc/gen/Ops/Compiler/'
+compilers/opsc/gen/Ops/Compiler/*.pir
+# generated from svn:ignore of 'compilers/opsc/gen/Ops/Trans/'
+compilers/opsc/gen/Ops/Trans/*.pir
 # generated from svn:ignore of 'compilers/pct/src/PAST/'
 compilers/pct/src/PAST/*.pbc
 # generated from svn:ignore of 'compilers/pct/src/PCT/'
@@ -235,6 +245,8 @@
 ext/Parrot-Embed/lib/Parrot/*.obj
 # generated from svn:ignore of 'ext/Parrot-Embed/t/'
 ext/Parrot-Embed/t/*.pbc
+# generated from svn:ignore of 'ext/nqp-rx/src/stage0/'
+ext/nqp-rx/src/stage0/nqp-setting.pir
 # generated from svn:ignore of 'include/parrot/'
 include/parrot/*.tmp
 include/parrot/config.h
@@ -248,11 +260,6 @@
 include/parrot/platform_interface.h
 include/parrot/platform_limits.h
 include/parrot/vtable.h
-# generated from svn:ignore of 'include/parrot/oplib/'
-include/parrot/oplib/*_ops.h
-include/parrot/oplib/*_ops_cg*.h
-include/parrot/oplib/*_ops_switch.h
-include/parrot/oplib/ops.h
 # generated from svn:ignore of 'include/pmc/'
 include/pmc/*.h
 # generated from svn:ignore of 'lib/'
@@ -314,6 +321,8 @@
 runtime/parrot/library/Getopt/Obj.pbc
 # generated from svn:ignore of 'runtime/parrot/library/HTTP/'
 runtime/parrot/library/HTTP/*.pbc
+# generated from svn:ignore of 'runtime/parrot/library/LWP/'
+runtime/parrot/library/LWP/*.pbc
 # generated from svn:ignore of 'runtime/parrot/library/MIME/'
 runtime/parrot/library/MIME/*.pbc
 # generated from svn:ignore of 'runtime/parrot/library/Math/'
@@ -582,6 +591,7 @@
 # generated from svn:ignore of 't/tools/'
 t/tools/*.pbc
 t/tools/*.pir
+t/tools/*.stdout
 t/tools/pdb.t.*
 t/tools/pmc2c.*.c
 t/tools/pmc2c.*.dump


More information about the parrot-commits mailing list