view .hgignore @ 2055:a9e0b307de83 default tip

[RPM] Update http-client version for rawhide builds PR3311 Reviewed-by: jerboaa, stooke Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-January/022109.html
author Alex Macdonald <almacdon@redhat.com>
date Wed, 01 Feb 2017 09:34:53 -0500
parents 95d4e43f484f
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/*