.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 29 Sep 2018 13:26:33 +0200
branchv_0
changeset 16 b6f790137bb8
parent 0 ba16fce7ef20
child 20 b13e7ed9eea3
permissions -rw-r--r--
Do not destroy background thread before application end. Avoids "QThread: Destroyed while thread is still running" and SIGABRT / core dump. This error occured when the thread was still reading STDIN (no EOF yet) and the window was closed.

syntax: glob

*~

syntax: regexp

^temp/

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

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