.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sun, 16 Sep 2018 00:42:42 +0200
branchv_0
changeset 26 019edca46769
parent 20 befcfabc20fd
child 27 ac99d74af1f1
permissions -rw-r--r--
AttributeMetadata: use smart pointer and avoid memory-leak

syntax: glob

*~

syntax: regexp

^temp/

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

^.*\.qtcreator\.(config|creator|files|includes)