.hgignore
author František Kučera <franta-hg@frantovo.cz>
Tue, 01 Dec 2020 23:30:00 +0100
branchv_0
changeset 0 66a454290286
permissions -rw-r--r--
project skeleton

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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