.hgignore
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Sun, 23 Nov 2014 17:05:32 +0100
changeset 1725 489fe829817f
parent 23 5d076ad40851
child 1750 0b4afadbd494
permissions -rw-r--r--
Looks like package-info classes have too old classfile version, but we can accept them as they don't contain any code (the only reason why we require 1.6 target).
     1 ^target/.*
     2 .*/target/.*
     3 .*orig$
     4 .*~