.hgignore

Sat, 16 May 2020 17:22:02 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 16 May 2020 17:22:02 +0200
changeset 55
1a3b998afba7
parent 29
27a0fdd7bca7
child 147
dfec8c5f8db0
permissions
-rw-r--r--

access getClass() method in EL with bracket notation (otherwise more recent EL parsers will reject the expression)

     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/

mercurial