.hgignore
author František Kučera <franta-hg@frantovo.cz>
Thu, 22 Jul 2021 20:19:00 +0200
branchv_0
changeset 0 28294b895e5e
permissions -rw-r--r--
project skeleton + configuration

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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