Author: bernhard Date: Wed Jan 11 08:41:32 2006 New Revision: 11089 Modified: trunk/MANIFEST.SKIP trunk/t/dynoplibs/ (props changed) Log: Ignore *.pir generated by t/dynoplibs/*.t
Modified: trunk/MANIFEST.SKIP ============================================================================== --- trunk/MANIFEST.SKIP (original) +++ trunk/MANIFEST.SKIP Wed Jan 11 08:41:32 2006 @@ -1,5 +1,5 @@ # $Id$ -# generated by tools/dev/gen_manifest_skip.pl Wed Jan 11 17:27:20 2006 +# generated by tools/dev/gen_manifest_skip.pl Wed Jan 11 17:40:25 2006 # # This file should contain a transcript of the svn:ignore properties # of the directories in the Parrot subversion repository. (Needed for @@ -992,7 +992,6 @@ ^src/packfile/.*\.o/ ^src/packfile/.*\.obj$ ^src/packfile/.*\.obj/ -# generated from svn:ignore of 'src/types/' # generated from svn:ignore of 't/' # generated from svn:ignore of 't/benchmark/' ^t/benchmark/.*\.pasm$ @@ -1041,6 +1040,8 @@ ^t/dynclass/.*\.pir$ ^t/dynclass/.*\.pir/ # generated from svn:ignore of 't/dynoplibs/' +^t/dynoplibs/.*\.pir$ +^t/dynoplibs/.*\.pir/ # generated from svn:ignore of 't/examples/' ^t/examples/.*\.pasm$ ^t/examples/.*\.pasm/
