.hgignore
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 06 May 2014 08:36:54 +0200
branchclosure
changeset 1532 10d26626c426
parent 23 5d076ad40851
child 1750 0b4afadbd494
permissions -rw-r--r--
1st step in eliminating Class.forName when working with array types. Class.getComponentType on directly allocated arrays does not need that.
     1 ^target/.*
     2 .*/target/.*
     3 .*orig$
     4 .*~