.hgignore

Mon, 19 Mar 2018 16:36:14 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 19 Mar 2018 16:36:14 +0100
changeset 54
76d46533b9a9
parent 53
32b9e0a5cebd
child 55
b19e73926a28
permissions
-rw-r--r--

regex parser was not properly reset before each file, sometimes resulting in wrong line counts, when the previous scanned file ended with a match

     1 syntax: regexp
     2 ^nbproject/
     3 ^build/
     4 \.orig\..*$
     5 \.orig$
     6 \.chg\..*$
     7 \.rej$
     8 \.conflict\~$
     9 ^autom4te.cache/
    10 ^aclocal.m4$
    11 ^compile$
    12 ^depcomp$
    13 ^install-sh$
    14 ^missing$
    15 ^configure$
    16 \.in$

mercurial