.hgignore
author František Kučera <franta-hg@frantovo.cz>
Mon, 04 Mar 2019 22:26:24 +0100
branchv_0
changeset 242 0503996934e0
parent 238 4a1864c3e867
permissions -rw-r--r--
release: 0.10

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$