.hgignore
author František Kučera <franta-hg@frantovo.cz>
Tue, 02 Jun 2020 18:40:20 +0200
branchv_0
changeset 42 7f668a5a435b
parent 0 c205f5d06418
permissions -rw-r--r--
getDataSources() can be called multiple-times, use SQL_FETCH_FIRST and SQL_FETCH_NEXT

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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