.hgignore

Thu, 30 May 2013 10:58:35 -0700

author
katleman
date
Thu, 30 May 2013 10:58:35 -0700
changeset 261
1c7481ac7fe0
parent 256
9073bcc4307b
child 283
07cefc062032
permissions
-rw-r--r--

Added tag jdk8-b92 for changeset dee23cce5235

     1 syntax: glob
     3 ^.hgtip
     4 build/*
     5 dist/*
     6 /nbproject/private/
     7 private.xml
     8 private.properties
     9 webrev/*
    10 webrev.zip
    11 .classpath
    12 *.class
    13 *.clazz
    14 *.log
    15 *.orig
    16 genfiles.properties
    17 hotspot.log
    18 .DS_Store*
    19 TEST-*.xml
    20 TESTS-*.xml
    21 report.xml
    22 CC/*
    23 jcov2/*
    24 .idea/*
    25 test/lib/testng.jar
    26 test/script/external/*

mercurial