[svn:parrot] r44259 - branches/sys_mem_reduce

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Feb 20 23:19:22 UTC 2010


Author: mikehh
Date: Sat Feb 20 23:19:21 2010
New Revision: 44259
URL: https://trac.parrot.org/parrot/changeset/44259

Log:
regenerate MANIFEST.SKIP

Modified:
   branches/sys_mem_reduce/MANIFEST.SKIP

Modified: branches/sys_mem_reduce/MANIFEST.SKIP
==============================================================================
--- branches/sys_mem_reduce/MANIFEST.SKIP	Sat Feb 20 22:58:35 2010	(r44258)
+++ branches/sys_mem_reduce/MANIFEST.SKIP	Sat Feb 20 23:19:21 2010	(r44259)
@@ -1,6 +1,6 @@
 # ex: set ro:
 # $Id$
-# generated by tools/dev/mk_manifest_and_skip.pl Sat Feb 20 19:47:32 2010 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Sat Feb 20 23:16:15 2010 UT
 #
 # This file should contain a transcript of the svn:ignore properties
 # of the directories in the Parrot subversion repository. (Needed for
@@ -105,12 +105,6 @@
 ^parrot_config\.pbc/
 ^parrot_debugger$
 ^parrot_debugger/
-^parrot_nci_thunk_gen$
-^parrot_nci_thunk_gen/
-^parrot_nci_thunk_gen\.c$
-^parrot_nci_thunk_gen\.c/
-^parrot_nci_thunk_gen\.pbc$
-^parrot_nci_thunk_gen\.pbc/
 ^parrot_test_run\.tar\.gz$
 ^parrot_test_run\.tar\.gz/
 ^pbc_disassemble$
@@ -264,6 +258,9 @@
 # generated from svn:ignore of 'compilers/tge/TGE/'
 ^compilers/tge/TGE/Parser\.pir$
 ^compilers/tge/TGE/Parser\.pir/
+# generated from svn:ignore of 'config/gen/call_list/'
+^config/gen/call_list/opengl\.in$
+^config/gen/call_list/opengl\.in/
 # generated from svn:ignore of 'docs/'
 ^docs/.*\.tmp$
 ^docs/.*\.tmp/
@@ -584,6 +581,9 @@
 # generated from svn:ignore of 'runtime/parrot/library/Math/'
 ^runtime/parrot/library/Math/.*\.pbc$
 ^runtime/parrot/library/Math/.*\.pbc/
+# generated from svn:ignore of 'runtime/parrot/library/Math/Random/'
+^runtime/parrot/library/Math/Random/.*\.pbc$
+^runtime/parrot/library/Math/Random/.*\.pbc/
 # generated from svn:ignore of 'runtime/parrot/library/NCI/'
 ^runtime/parrot/library/NCI/.*\.pbc$
 ^runtime/parrot/library/NCI/.*\.pbc/
@@ -632,6 +632,8 @@
 ^src/.*\.str/
 ^src/asmfun\..*$
 ^src/asmfun\..*/
+^src/call_list\.txt$
+^src/call_list\.txt/
 ^src/core_pmcs\.c$
 ^src/core_pmcs\.c/
 ^src/exec_cpu\.c$
@@ -646,10 +648,6 @@
 ^src/fingerprint\.c/
 ^src/glut_callbacks\.c$
 ^src/glut_callbacks\.c/
-^src/glut_nci_thunks\.c$
-^src/glut_nci_thunks\.c/
-^src/glut_nci_thunks\.nci$
-^src/glut_nci_thunks\.nci/
 ^src/install_config\.c$
 ^src/install_config\.c/
 ^src/jit_cpu\.c$
@@ -658,6 +656,8 @@
 ^src/jit_defs\.c/
 ^src/jit_emit\.h$
 ^src/jit_emit\.h/
+^src/nci\.c$
+^src/nci\.c/
 ^src/null_config\.c$
 ^src/null_config\.c/
 ^src/parrot_config\.c$
@@ -807,13 +807,6 @@
 ^src/io/.*\.obj/
 ^src/io/.*\.str$
 ^src/io/.*\.str/
-# generated from svn:ignore of 'src/nci/'
-^src/nci/.*\.o$
-^src/nci/.*\.o/
-^src/nci/.*\.obj$
-^src/nci/.*\.obj/
-^src/nci/.*\.str$
-^src/nci/.*\.str/
 # generated from svn:ignore of 'src/ops/'
 ^src/ops/.*\.c$
 ^src/ops/.*\.c/


More information about the parrot-commits mailing list