.hgignore
author František Kučera <franta-hg@frantovo.cz>
Wed, 27 Apr 2022 21:10:10 +0200
branchv_0
changeset 0 f4d7e0965055
permissions -rw-r--r--
establish project

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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