.hgignore

Fri, 26 Apr 2013 15:13:09 -0300

author
jlaskey
date
Fri, 26 Apr 2013 15:13:09 -0300
changeset 232
ef4c1f3aa9ed
parent 32
617313881c55
child 256
9073bcc4307b
permissions
-rw-r--r--

8013360: Should be using JavaFX 8 classes for -fx support
Reviewed-by: hannesw, sundar
Contributed-by: james.laskey@oracle.com

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

mercurial