.hgignore
author František Kučera <franta-hg@frantovo.cz>
Tue, 15 Mar 2022 23:22:00 +0100
branchv_0
changeset 9 9fdbfbe24161
parent 0 ce520a238309
permissions -rw-r--r--
throw and report exception on error (e.g. 'Couldn't connect to server')

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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