.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 25 Jul 2020 17:25:19 +0200
branchv_0
changeset 252 a9d4a8d5c57f
parent 238 4a1864c3e867
permissions -rw-r--r--
improve multiple results support The specification talks exactly about -1: > Returns: the current result as an update count; > -1 if the current result is a ResultSet object or there are no more results Other negative numbers can theoretically mean something different than „no more results“ e.g. unknown number of updates (?).

syntax: glob

*~
temp/*

java/sql-dk/src/main/resources/info/globalcode/sql/dk/version.txt
java/sql-dk/src/main/resources/info/globalcode/sql/dk/help.txt

syntax: regexp

^java/[^/]+/target/
^java/[^/]+/dist/
^java/[^/]+/build/
^java/[^/]+/nbproject/private/

^c\+\+/[^/]+/dist/
^c\+\+/[^/]+/build/
^c\+\+/[^/]+/nbproject/private/

^distributions/debian/.*\.deb$
^distributions/src/.*\.tar\.gz$

^distributions/fedora/TMP/
^distributions/fedora/.*\.rpm$