view .hgignore @ 2:7cd7c2bb65d0

Script to download all sources review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-June/023528.html reviewed-by: jerboaa
author Mario Torre <neugens.limasoftware@gmail.com>
date Thu, 08 Jun 2017 14:02:14 +0200
parents df7dc704632a
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

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