.hgignore
author František Kučera <franta-hg@frantovo.cz>
Fri, 23 Sep 2022 18:05:50 +0200
branchv_0
changeset 254 c4b901ff0703
parent 238 4a1864c3e867
permissions -rw-r--r--
recfile formatter: write record count (as a comment at the end of the relation)

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$