.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 23 Apr 2022 11:52:41 +0200
branchv_0
changeset 25 58de33c1af03
parent 0 a1301a106504
permissions -rw-r--r--
do not stop at null byte 0x00; replace them with configurable string (default '^@')

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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