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