view .hgignore @ 2014:95d4e43f484f

Use a bundled copy of asm for the profiler. Backport of: http://icedtea.classpath.org/hg/thermostat/rev/c0c30665da2c PR3154 Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-August/020733.html
author Jie Kang <jkang@redhat.com>
date Mon, 29 Aug 2016 14:51:15 -0400
parents 2ae8438ee9d2
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

# Keyring autogenerated files
keyring/Makefile.in
keyring/Makefile
keyring/aclocal.m4
keyring/autom4*
keyring/compile
keyring/config.log
keyring/config.status
keyring/configure
keyring/install-sh
keyring/missing
keyring/src/main/native/Makefile
keyring/src/main/native/Makefile.in

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