.hgignore
author František Kučera <franta-hg@frantovo.cz>
Thu, 26 Nov 2020 18:28:27 +0100
branchv_0
changeset 20 9187f0439ca9
parent 0 16c7fa9b7c49
permissions -rw-r--r--
prepare for multiple and configurable key-value separators (e.g. key=value and key:value)

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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