view .hgignore @ 1063:487899964e6a default tip

Bump version and restore SNAPSHOT qualifier for further in-branch development.
author Jon VanAlten <jon.vanalten@redhat.com>
date Fri, 05 Apr 2013 18:01:55 -0400
parents d1d4f84c9d15
children
line wrap: on
line source

/target/

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