[svn:parrot] r46522 - branches/ops_pct

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue May 11 18:19:29 UTC 2010


Author: mikehh
Date: Tue May 11 18:19:28 2010
New Revision: 46522
URL: https://trac.parrot.org/parrot/changeset/46522

Log:
re-generate .gitignore

Modified:
   branches/ops_pct/.gitignore

Modified: branches/ops_pct/.gitignore
==============================================================================
--- branches/ops_pct/.gitignore	Tue May 11 18:16:37 2010	(r46521)
+++ branches/ops_pct/.gitignore	Tue May 11 18:19:28 2010	(r46522)
@@ -1,6 +1,6 @@
 # ex: set ro:
-# $Id
-# generated by tools/dev/mk_manifest_and_skip.pl Tue May  4 14:32:03 2010 UT
+# $Id: MANIFEST.SKIP 46521 2010-05-11 18:16:37Z mikehh 
+# generated by tools/dev/mk_manifest_and_skip.pl Tue May 11 18:15:24 2010 UT
 #
 # This file should contain a transcript of the svn:ignore properties
 # of the directories in the Parrot subversion repository. (Needed for
@@ -102,6 +102,16 @@
 compilers/imcc/imcparser.c
 compilers/imcc/imcparser.h
 compilers/imcc/imcparser.output
+# generated from svn:ignore of 'compilers/opsc/'
+compilers/opsc/opsc.pbc
+# generated from svn:ignore of 'compilers/opsc/gen/Ops/'
+compilers/opsc/gen/Ops/ 
+compilers/opsc/gen/Ops/*.pir
+# generated from svn:ignore of 'compilers/opsc/gen/Ops/Compiler/'
+compilers/opsc/gen/Ops/Compiler/Actions.pir
+compilers/opsc/gen/Ops/Compiler/Grammar.pir
+# generated from svn:ignore of 'compilers/opsc/gen/Ops/Trans/'
+compilers/opsc/gen/Ops/Trans/C.pir
 # generated from svn:ignore of 'compilers/pct/src/PAST/'
 compilers/pct/src/PAST/*.pbc
 # generated from svn:ignore of 'compilers/pct/src/PCT/'
@@ -234,6 +244,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/gen/'
+ext/nqp-rx/src/gen/settings.pir
 # generated from svn:ignore of 'include/parrot/'
 include/parrot/*.tmp
 include/parrot/config.h


More information about the parrot-commits mailing list