view .hgignore @ 3:d90fccdab0f6 draft default tip

Added tag dolphin 1.0 for changeset 94d56c93fd16
author Mario Torre <neugens.limasoftware@gmail.com>
date Tue, 05 Feb 2013 17:34:03 +0100
parents c1d20b4096aa
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
.gradle
build/*