.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 23 Apr 2022 21:09:24 +0200
branchv_0
changeset 58 25c1ff79297c
parent 35 5f79c1a30f9f
permissions -rw-r--r--
flush the output after each attribute; TODO: configurable BufferingMode

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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