.hgignore
author František Kučera <franta-hg@frantovo.cz>
Thu, 04 Jun 2020 13:24:17 +0200
branchv_0
changeset 48 c83119110c7b
parent 0 c205f5d06418
permissions -rw-r--r--
support also boolean and integer data types, do not treat everything as mere strings

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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