.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sat, 15 Aug 2015 14:35:27 +0200
branchv_0
changeset 216 0eb9aec16bf4
parent 186 6c6a7904b22a
child 232 4061e0c7f907
permissions -rw-r--r--
--list-formatter-properties: optional column declared_in Usage: sql-dk --list-formatter-properties tabular --list-formatter-properties xml --list-formatter-properties xhtml --list-formatter-properties tex --formatter xhtml --formatter-property InfoLister:print:declared_in true > formatter-properties.xhtml

syntax: glob

*~
temp/*

java/sql-dk/data/info/globalcode/sql/dk/version.txt
java/sql-dk/data/info/globalcode/sql/dk/help.txt

syntax: regexp

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

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

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