.hgignore

Sat, 31 Oct 2020 09:56:00 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 31 Oct 2020 09:56:00 +0100
changeset 155
3ace475224f7
parent 147
dfec8c5f8db0
permissions
-rw-r--r--

fixes issue sorter not recognizing issues as "equal" if their ETAs are both null

     1 syntax: regexp
     2 ^nbproject/private/
     3 ^build/
     4 ^target/
     5 ^dist/
     6 \.orig\..*$
     7 \.orig$
     8 \.chg\..*$
     9 \.rej$
    10 \.conflict\~$
    11 \.iml$
    12 \.idea/
    13 \.gradle/
    14 local.properties

mercurial