.hgignore
author František Kučera <franta-hg@frantovo.cz>
Fri, 27 Nov 2020 16:42:55 +0100
branchv_0
changeset 24 07e0a2edf3bc
parent 0 16c7fa9b7c49
permissions -rw-r--r--
add --parser-option allow-sections (Java .properties have no sections)

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

^\.dep\.inc
^dist/
^build/
^nbproject/private/