.hgignore
author František Kučera <franta-hg@frantovo.cz>
Tue, 17 Sep 2024 20:59:32 +0200
changeset 31 037d61c9e448
parent 29 2d2eaba76d70
permissions -rw-r--r--
bash: basic shell version
     1 syntax: glob
     2 
     3 *~
     4 temp/*
     5 
     6 c++/parameter-lister/dist/
     7 c++/parameter-lister/build/
     8 c++/parameter-lister/nbproject/private/
     9 
    10 syntax: regexp
    11 
    12 ^java/[^/]+/dist/
    13 ^java/[^/]+/build/
    14 ^java/[^/]+/nbproject/private/
    15 
    16 ^rust/parameter-lister/target/