.hgignore

Sat, 22 Dec 2012 08:49:58 -0400

author
jlaskey
date
Sat, 22 Dec 2012 08:49:58 -0400
changeset 4
b4b05457b8b2
parent 3
da1e581c933b
child 5
3a7e1580bc0a
permissions
-rw-r--r--

8005440: Improve .hgignore filtering for Nashorn repo
Reviewed-by: 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