.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 19 Jun 2021 12:59:07 +0200
branchv_0
changeset 10 6904e4448807
parent 0 bfee08a31fdc
permissions -rw-r--r--
TransactionalBuffer

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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