view .hgignore @ 1:c1d20b4096aa

Initial gradle build.
author Mario Torre <neugens.limasoftware@gmail.com>
date Tue, 01 Jan 2013 23:28:45 +0100
parents 8faa914b76a4
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/*