.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.
jaroslav@5
     1
^target/.*
jaroslav@23
     2
.*/target/.*
jaroslav@23
     3
.*orig$
jaroslav@106
     4
.*~