view .hgignore @ 1857:2688e5557fc8 default tip

Fix verified-token removal in TokenManager PR3215 Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-October/021471.html
author Jie Kang <jkang@redhat.com>
date Mon, 31 Oct 2016 10:36:02 -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

# 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/*