Author: bernhard Date: Mon Jan 9 12:49:27 2006 New Revision: 11022 Modified: trunk/MANIFEST.SKIP trunk/examples/pasm/ (props changed) Log: Ignore examples/pasm/hello.o generated by 'make hello'.
Modified: trunk/MANIFEST.SKIP ============================================================================== --- trunk/MANIFEST.SKIP (original) +++ trunk/MANIFEST.SKIP Mon Jan 9 12:49:27 2006 @@ -1,5 +1,5 @@ # $Id$ -# generated by tools/dev/gen_manifest_skip.pl Mon Jan 9 20:53:04 2006 +# generated by tools/dev/gen_manifest_skip.pl Mon Jan 9 21:47:46 2006 # # This file should contain a transcript of the svn:ignore properties # of the directories in the Parrot subversion repository. (Needed for @@ -238,6 +238,8 @@ # generated from svn:ignore of 'examples/pasm/' ^examples/pasm/hello$ ^examples/pasm/hello/ +^examples/pasm/hello\.o$ +^examples/pasm/hello\.o/ ^examples/pasm/hello\.pbc$ ^examples/pasm/hello\.pbc/ # generated from svn:ignore of 'examples/past/'
