.hgignore
author František Kučera <franta-hg@frantovo.cz>
Fri, 31 Jan 2020 23:22:56 +0100
branchv_0
changeset 30 629565ff82d3
parent 0 c205f5d06418
permissions -rw-r--r--
keep sqlite3.h dependency in Connection.cpp and PreparedStatement.cpp only II

syntax: glob

*~
CMakeLists.txt.user

syntax: regexp

^temp/

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