.hgignore
author František Kučera <franta-hg@frantovo.cz>
Tue, 15 Mar 2022 23:58:27 +0100
branchv_0
changeset 13 18f4f7e93c48
parent 0 ce520a238309
permissions -rw-r--r--
disable protocol guesswork (HTTP or HTTPS must be explicitly specified in the URL)

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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