.hgignore
author František Kučera <franta-hg@frantovo.cz>
Thu, 26 Nov 2020 00:38:44 +0100
branchv_0
changeset 17 4b1612d20cb2
parent 0 16c7fa9b7c49
permissions -rw-r--r--
unescape also Java .properties encoding (\uXXXX): first version

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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