8005440: Improve .hgignore filtering for Nashorn repo

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

8005440: Improve .hgignore filtering for Nashorn repo
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com

.hgignore file | annotate | diff | comparison | revisions
     1.1 --- a/.hgignore	Fri Dec 21 16:36:24 2012 -0400
     1.2 +++ b/.hgignore	Sat Dec 22 08:49:58 2012 -0400
     1.3 @@ -1,25 +1,25 @@
     1.4  syntax: glob
     1.5  
     1.6 -^build/
     1.7 -^dist/
     1.8  ^.hgtip
     1.9 +build/*
    1.10 +dist/*
    1.11  /nbproject/private/
    1.12 +private.xml
    1.13 +private.properties
    1.14  ^webrev/
    1.15  webrev.zip
    1.16  *.class
    1.17 +*.clazz
    1.18  *.log
    1.19  *.orig
    1.20 +genfiles.properties
    1.21  hotspot.log
    1.22 -private.properties
    1.23 -genfiles.properties
    1.24 -private.xml
    1.25  .DS_Store*
    1.26  TEST-*.xml
    1.27  TESTS-*.xml
    1.28  report.xml
    1.29 -CC/
    1.30 -jcov2/
    1.31 -buildtools/nasgen/nbproject/private/
    1.32 -buildtools/nasgen/dist/
    1.33 -buildtools/nasgen/build/
    1.34 +CC/*
    1.35 +jcov2/*
    1.36  .idea/*
    1.37 +test/lib/testng.jar
    1.38 +test/script/external/*
    1.39 \ No newline at end of file

mercurial