.hgignore
author František Kučera <franta-hg@frantovo.cz>
Sun, 21 Jun 2015 16:21:51 +0200
branchv_0
changeset 202 01078e09b85b
parent 186 6c6a7904b22a
child 232 4061e0c7f907
permissions -rw-r--r--
SingleRecordFormatter: Formatter intended for printing one record (or few records) with many columns.Prints each colum name and its value on separate line.

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$