view .hgignore @ 2783:4e505d9ed3c7 default tip master

Start JCMD Backend only when enabled Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025562.html
author Elliott Baron <ebaron@redhat.com>
date Mon, 30 Oct 2017 17:27:30 -0400
parents 40903f2b0759
children
line wrap: on
line source

/target/
# standalone integration-test's shade plugin seems to generate this
# pom. As it's derivable, hgignore it :)
integration-tests/standalone/dependency-reduced-pom.xml
# vm-profiler's shade plugin seems to generate this
# pom. As it's derivable, hgignore it :)
vm-profiler/jvm-agent/dependency-reduced-pom.xml
vm-byteman/byteman-helper/dependency-reduced-pom.xml

syntax: glob
target/*
bin/*
*~
.settings
.classpath
.project
nbactions*.xml
nb-configuration.xml
*.versionsBackup
*.iml
.idea/*
.gradle/*