.hgignore
author František Kučera <franta-hg@frantovo.cz>
Tue, 10 Dec 2019 19:37:50 +0100
branchv_0
changeset 45 24a506eb97b5
parent 35 54b4a8372da3
permissions -rw-r--r--
binary format change: encode numbers as ULEB128 instead of original uint8/16/32/64 format

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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