.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 12 Jan 2019 19:29:49 +0100
branchv_0
changeset 1 5237524cbb2b
parent 0 467d09b62a12
child 11 f12594938a03
permissions -rw-r--r--
enable std::filesystem library (stdc++fs) and C++17; using GCC 8

syntax: glob

*~

syntax: regexp

^temp/

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

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