Author: bernhard Date: Mon Feb 20 10:54:11 2006 New Revision: 11681 Modified: trunk/MANIFEST.SKIP Log: No longer ignore *.java files in languages/bc/grammar/antlr_3/
Modified: trunk/MANIFEST.SKIP ============================================================================== --- trunk/MANIFEST.SKIP (original) +++ trunk/MANIFEST.SKIP Mon Feb 20 10:54:11 2006 @@ -1,5 +1,5 @@ # $Id$ -# generated by tools/dev/gen_manifest_skip.pl Mon Feb 13 22:06:46 2006 +# generated by tools/dev/gen_manifest_skip.pl Mon Feb 20 19:52:50 2006 # # This file should contain a transcript of the svn:ignore properties # of the directories in the Parrot subversion repository. (Needed for @@ -174,6 +174,7 @@ # generated from svn:ignore of 'config/auto/jit/' # generated from svn:ignore of 'config/auto/memalign/' # generated from svn:ignore of 'config/auto/msvc/' +# generated from svn:ignore of 'config/auto/readline/' # generated from svn:ignore of 'config/auto/signal/' # generated from svn:ignore of 'config/auto/sizes/' # generated from svn:ignore of 'config/auto/snprintf/' @@ -356,8 +357,6 @@ # generated from svn:ignore of 'languages/bc/grammar/' # generated from svn:ignore of 'languages/bc/grammar/antlr_2/' # generated from svn:ignore of 'languages/bc/grammar/antlr_3/' -^languages/bc/grammar/antlr_3/.*\.java$ -^languages/bc/grammar/antlr_3/.*\.java/ ^languages/bc/grammar/antlr_3/.*\.class$ ^languages/bc/grammar/antlr_3/.*\.class/ ^languages/bc/grammar/antlr_3/AntlrPast2PirPast\.tokens$ @@ -569,7 +568,6 @@ ^languages/m4/.*\.obj/ ^languages/m4/.*\.pdb$ ^languages/m4/.*\.pdb/ -# generated from svn:ignore of 'languages/m4/M4/' # generated from svn:ignore of 'languages/m4/config/' # generated from svn:ignore of 'languages/m4/config/makefiles/' # generated from svn:ignore of 'languages/m4/doc/'
