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