.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sun, 18 Apr 2021 18:20:09 +0200
branchv_0
changeset 20 90ae67de2f68
parent 4 22ab32f49b72
permissions -rw-r--r--
optionally read data types from the CSV header: --read-types (complements relpipe-out-csv --write-types true)

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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