.hgignore
author František Kučera <franta-hg@frantovo.cz>
Fri, 07 Dec 2018 12:49:39 +0100
branchv_0
changeset 0 2f3c9e508827
permissions -rw-r--r--
project skeleton: cmake, netbeans, code from relpipe-out-xml

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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