.hgignore
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 20 Dec 2012 21:39:16 +0100
branchlauncher
changeset 358 f6a165f7f00f
parent 23 5d076ad40851
child 1750 0b4afadbd494
permissions -rw-r--r--
Loaded classes need to have their static initializes invoked. Before accessing static field of a class, initializers need to be executed as well.
     1 ^target/.*
     2 .*/target/.*
     3 .*orig$
     4 .*~