.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 10 Dec 2022 20:41:40 +0100
branchv_0
changeset 2 8a30971d285f
parent 0 7727b4d5560d
permissions -rw-r--r--
insert multiple records at once – first version

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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