.hgignore
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 27 Feb 2015 10:52:26 +0100
changeset 1795 3c23f0cebd32
parent 106 346633cd13d6
permissions -rw-r--r--
Flush mapper before pushing back a result of (virtual) method invocation. The static method call was already doing that.
     1 ^target/.*
     2 .*/target/.*
     3 .*orig$
     4 .*~
     5 \.orig\..*$
     6 \.orig$
     7 \.chg\..*$
     8 \.rej$
     9 \.conflict\~$