/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

syntax: regexp
# Ignore all {.classpath,.project,.settings/*} files except for folders in 
# eclipse
# 
# Using negative lookahead expression
^(?!eclipse).*\.(settings|project|classpath)

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