diff options
Diffstat (limited to 'testsuite/tests/tool-lexyacc/.svnignore')
-rw-r--r-- | testsuite/tests/tool-lexyacc/.svnignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/tool-lexyacc/.svnignore b/testsuite/tests/tool-lexyacc/.svnignore index 9cc5affaee..7345b4ea95 100644 --- a/testsuite/tests/tool-lexyacc/.svnignore +++ b/testsuite/tests/tool-lexyacc/.svnignore @@ -1,8 +1,20 @@ +#!/bin/sh + +svn propset svn:ignore -F - . <<EOF + +*.result +*.byte +*.native +program scanner.ml grammar.mli grammar.ml +<<<<<<< .working +<<<<<<< .working *.byte *.native *.result *.cm* *.o + +EOF |