.hgignore
author František Kučera <franta-hg@frantovo.cz>
Tue, 10 Dec 2019 19:37:43 +0100
branchv_0
changeset 44 3f7b5f3f3f84
parent 35 5f79c1a30f9f
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/