[svn:parrot] r45975 - in trunk: . src/gc

coke at svn.parrot.org coke at svn.parrot.org
Sat Apr 24 05:12:46 UTC 2010


Author: coke
Date: Sat Apr 24 05:12:45 2010
New Revision: 45975
URL: https://trac.parrot.org/parrot/changeset/45975

Log:
Don't ignore .c files in this directory.
(clean this info up in all 3 locations)

Modified:
   trunk/.gitignore
   trunk/MANIFEST.SKIP
   trunk/src/gc/   (props changed)

Modified: trunk/.gitignore
==============================================================================
--- trunk/.gitignore	Sat Apr 24 05:04:42 2010	(r45974)
+++ trunk/.gitignore	Sat Apr 24 05:12:45 2010	(r45975)
@@ -1,6 +1,6 @@
 # ex: set ro:
 # $Id$
-# generated by tools/dev/mk_gitignore.pl Sat Apr 24 04:33:01 2010 UT
+# generated by tools/dev/mk_gitignore.pl Sat Apr 24 05:11:34 2010 UT
 #
 # This file should contain a transcript of the svn:ignore properties
 # of the directories in the Parrot subversion repository.
@@ -413,7 +413,6 @@
 /src/dynpmc/sha512.pmc
 # generated from svn:ignore of 'src/gc/'
 /src/gc/*.bundle
-/src/gc/*.c
 /src/gc/*.def
 /src/gc/*.dll
 /src/gc/*.dump

Modified: trunk/MANIFEST.SKIP
==============================================================================
--- trunk/MANIFEST.SKIP	Sat Apr 24 05:04:42 2010	(r45974)
+++ trunk/MANIFEST.SKIP	Sat Apr 24 05:12:45 2010	(r45975)
@@ -1,6 +1,6 @@
 # ex: set ro:
 # $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Sat Apr 24 03:01:22 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sat Apr 24 05:11:30 2010 UT
 #
 # This file should contain a transcript of the svn:ignore properties
 # of the directories in the Parrot subversion repository. (Needed for
@@ -523,6 +523,9 @@
 ^runtime/parrot/include/.*\.pasm/
 ^runtime/parrot/include/.*\.pbc$
 ^runtime/parrot/include/.*\.pbc/
+# generated from svn:ignore of 'runtime/parrot/languages/'
+^runtime/parrot/languages/data_json$
+^runtime/parrot/languages/data_json/
 # generated from svn:ignore of 'runtime/parrot/library/'
 ^runtime/parrot/library/.*\.pbc$
 ^runtime/parrot/library/.*\.pbc/
@@ -750,8 +753,6 @@
 # generated from svn:ignore of 'src/gc/'
 ^src/gc/.*\.bundle$
 ^src/gc/.*\.bundle/
-^src/gc/.*\.c$
-^src/gc/.*\.c/
 ^src/gc/.*\.def$
 ^src/gc/.*\.def/
 ^src/gc/.*\.dll$


More information about the parrot-commits mailing list