.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 23 Apr 2022 11:31:30 +0200
branchv_0
changeset 24 d698d34baf9b
parent 0 a1301a106504
permissions -rw-r--r--
do not stop at null byte 0x00; replace them with '@' II

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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