Author: bernhard Date: Sat Oct 29 05:33:31 2005 New Revision: 9627 Modified: trunk/MANIFEST.SKIP trunk/include/parrot/ (props changed) trunk/src/ (props changed) Log: Tell SVN about files generated by extend_vtable.pl.
Modified: trunk/MANIFEST.SKIP ============================================================================== --- trunk/MANIFEST.SKIP (original) +++ trunk/MANIFEST.SKIP Sat Oct 29 05:33:31 2005 @@ -1,5 +1,5 @@ # $Id$ -# generated by gen_manifest_skip.pl Sat Oct 29 05:09:23 2005 +# generated by gen_manifest_skip.pl Sat Oct 29 06:37:21 2005 # # Please update t/src/manifest.t when adding patterns here \B\.svn\b @@ -362,28 +362,30 @@ ^imcc/t/syn/const_8\.pasm/ # generated from svn:ignore of 'include/' # generated from svn:ignore of 'include/parrot/' +^include/parrot/.*\.tmp$ +^include/parrot/.*\.tmp/ ^include/parrot/config\.h$ ^include/parrot/config\.h/ +^include/parrot/core_pmcs\.h$ +^include/parrot/core_pmcs\.h/ +^include/parrot/exec_dep\.h$ +^include/parrot/exec_dep\.h/ +^include/parrot/extend_vtable\.h$ +^include/parrot/extend_vtable\.h/ ^include/parrot/feature\.h$ ^include/parrot/feature\.h/ ^include/parrot/has_header\.h$ ^include/parrot/has_header\.h/ -^include/parrot/vtable\.h$ -^include/parrot/vtable\.h/ +^include/parrot/jit_emit\.h$ +^include/parrot/jit_emit\.h/ ^include/parrot/platform\.h$ ^include/parrot/platform\.h/ ^include/parrot/platform_interface\.h$ ^include/parrot/platform_interface\.h/ ^include/parrot/string_private_cstring\.h$ ^include/parrot/string_private_cstring\.h/ -^include/parrot/jit_emit\.h$ -^include/parrot/jit_emit\.h/ -^include/parrot/core_pmcs\.h$ -^include/parrot/core_pmcs\.h/ -^include/parrot/exec_dep\.h$ -^include/parrot/exec_dep\.h/ -^include/parrot/.*\.tmp$ -^include/parrot/.*\.tmp/ +^include/parrot/vtable\.h$ +^include/parrot/vtable\.h/ # generated from svn:ignore of 'include/parrot/oplib/' ^include/parrot/oplib/.*_ops\.h$ ^include/parrot/oplib/.*_ops\.h/ @@ -936,6 +938,8 @@ ^src/core_pmcs\.c/ ^src/exec_cpu\.c$ ^src/exec_cpu\.c/ +^src/extend_vtable\.c$ +^src/extend_vtable\.c/ ^src/fingerprint\.c$ ^src/fingerprint\.c/ ^src/install_config\.c$
