.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sun, 18 Aug 2019 00:10:30 +0200
branchv_0
changeset 3 1197b42e8b2e
parent 0 6ff501639c23
child 8 465572518625
permissions -rw-r--r--
use a smart pointer with custom deleter inside HIDDevice, so instances can be copied

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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