.hgignore
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Sun, 10 Mar 2013 21:28:00 +0100
changeset 834 b0b23e5ebf9d
parent 23 5d076ad40851
child 1750 0b4afadbd494
permissions -rw-r--r--
Trying to make the static compilation mode as close to lazy one as possible: Class initializer method are not executed until the class is really referenced.
     1 ^target/.*
     2 .*/target/.*
     3 .*orig$
     4 .*~