.hgignore
author František Kučera <franta-hg@frantovo.cz>
Fri, 26 Aug 2022 22:41:55 +0200
branchv_0
changeset 37 d89f621951ae
parent 0 a37196931f63
permissions -rw-r--r--
fix typo: enbaled → enabled (thanks Jiří Wolker for reporting)

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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