.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sun, 08 May 2022 21:42:14 +0200
branchv_0
changeset 2 0799eaf338b9
parent 0 7fdf75648c0a
permissions -rw-r--r--
first version

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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