.hgignore
author Jan Lahoda <jlahoda@netbeans.org>
Thu, 28 Apr 2011 20:13:40 +0200
changeset 572 d9b17eac9870
parent 468 f5c70691bd48
child 597 4524a9f87990
permissions -rw-r--r--
Preventing various exception in the RemoteIndices dialog
     1 .*/build$
     2 ^build$
     3 .*/dist$
     4 ^dist$
     5 .*/nbproject/private
     6 ^nbproject/private$
     7 ^nbbuild$
     8 ^external$
     9 .*/external$
    10 \.old$
    11 ^server/lib$
    12 .*/nbproject-.*/private.xml
    13 \.aux$
    14 \.dvi$
    15 \.log$
    16 \.pdf$
    17 \.ps$
    18 \.out$
    19 ^server/hudson/work$
    20 ^server/hudson/target$
    21 ^server/hudson/data/compiler/.*.jar$
    22 ^server/hudson/data/compiler/indexer/*$
    23 ^server/hudson/data/compiler/hints$