changeset 6:98ad0e80f339

Add hg ignore file. reviewed-by: Yasumasa Suenaga
author Mario Torre <neugens.limasoftware@gmail.com>
date Thu, 18 Apr 2013 17:48:55 +0200
parents 9d7bea41225a
children 07f406218d08
files .hgignore
diffstat 1 files changed, 35 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Thu Apr 18 17:48:55 2013 +0200
@@ -0,0 +1,35 @@
+/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/*
+*~
+*.versionsBackup
+build/*
+analyzer/heapstats.jar
+analyzer/lib/*
+analyzer/build/*
+agent/Makefile
+agent/.cproject
+agent/src/.deps/*
+agent/config.log
+agent/config.status
+agent/heapstats.conf
+agent/Makefile
+agent/src/Makefile
+agent/autom4te.cache/requests
+agent/libtool
+*.o
+*.lo
+*.la
+*.so
+*.so.*
+*.lai
+