view .hgignore @ 950:4fbd7b39df66 default tip

Added tag 0.5.0 for changeset ff1e3f5611b0
author Jon VanAlten <jon.vanalten@redhat.com>
date Wed, 06 Feb 2013 02:05:01 -0500
parents 4a2c3aa5742e
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