.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sun, 30 Sep 2018 20:54:35 +0200
branchv_0
changeset 20 b13e7ed9eea3
parent 0 ba16fce7ef20
permissions -rw-r--r--
better use of signal/slot mechanism, threads, Qt::ConnectionType::QueuedConnection

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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