.hgignore
author František Kučera <franta-hg@frantovo.cz>
Tue, 30 Apr 2019 20:04:06 +0200
branchv_0
changeset 249 7655df0622ee
parent 238 4a1864c3e867
permissions -rw-r--r--
change XMLNS for the configuration Use The 'tag' URI Scheme <http://www.faqs.org/rfcs/rfc4151.html> Upgrade local configuration: sed 's@https://sql-dk.globalcode.info/xmlns/configuration@tag:globalcode.info,2018:sqldk/configuration@g' -i ~/.sql-dk/config.xml

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$