.hgignore

changeset 0
b1a7da25b547
child 952
6d5471a497fb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/.hgignore	Wed Apr 27 01:36:41 2016 +0800
     1.3 @@ -0,0 +1,27 @@
     1.4 +syntax: glob
     1.5 +
     1.6 +^.hgtip
     1.7 +build/*
     1.8 +dist/*
     1.9 +/nbproject/private/
    1.10 +private.xml
    1.11 +private.properties
    1.12 +webrev/*
    1.13 +webrev.zip
    1.14 +.classpath
    1.15 +*.class
    1.16 +*.clazz
    1.17 +*.log
    1.18 +*.orig
    1.19 +genfiles.properties
    1.20 +hotspot.log
    1.21 +.DS_Store*
    1.22 +TEST-*.xml
    1.23 +TESTS-*.xml
    1.24 +report.xml
    1.25 +CC/*
    1.26 +jcov2/*
    1.27 +.idea/*
    1.28 +test/lib/testng.jar
    1.29 +test/script/external/*
    1.30 +.project

mercurial