summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Scherer <gabriel.scherer@gmail.com>2014-08-15 11:03:00 +0000
committerGabriel Scherer <gabriel.scherer@gmail.com>2014-08-15 11:03:00 +0000
commit332fa731d7d3ce84190fd97498c427aa11e392bc (patch)
tree79ea0c194964751914eee02eac4c3cd138ceabd4
parentfcc2da384818f82280aa598eb8962c529b7931fb (diff)
downloadocaml-332fa731d7d3ce84190fd97498c427aa11e392bc.tar.gz
Set SVN ignore properties for the new testsuite directories
SVN does not recursively apply ignore patterns, so after creating a new directory one should not forget to set its svn:ignore property (otherwise `svn status` will be quite noisy after a testsuite run). For new test directories, I just copied the property of an existing test in the following way: cd testsuite/tests/basic svn propget svn:ignore > /tmp/test-ignore cd ../<NEW-DIR> svn propset svn:ignore -F /tmp/test-ignore . git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15086 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
0 files changed, 0 insertions, 0 deletions