.hgignore
author František Kučera <franta-hg@frantovo.cz>
Thu, 21 Dec 2017 16:18:23 +0100
changeset 2 b5cf9c841efc
parent 0 ee60ce4d8af5
permissions -rw-r--r--
use malloc instead of an array (the memory contains sequence of various types so typed array makes no sense)
     1 syntax: glob
     2 
     3 *~
     4 temp/*
     5 
     6 syntax: regexp
     7 
     8 ^(java|c\+\+)/[^/]+/dist/
     9 ^(java|c\+\+)/[^/]+/build/
    10 ^(java|c\+\+)/[^/]+/nbproject/private/