.hgignore
author František Kučera <franta-hg@frantovo.cz>
Mon, 29 Nov 2021 19:31:58 +0100
branchv_0
changeset 54 d9c68ac8929e
parent 35 5f79c1a30f9f
permissions -rw-r--r--
use stoll() to allow reading bigger numbers before encoding them as LEB128 integers

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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