view .hgignore @ 1027:d1d4f84c9d15

Add entries to .hgignore file review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-March/006019.html reviewed-by: omajid
author Mario Torre <neugens.limasoftware@gmail.com>
date Tue, 12 Mar 2013 14:11:11 +0100
parents 23df86b8f59a
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/*