changeset 86:df202ded9de9

Fix .hgignore so only target and bin directories are ingored
author Omair Majid <omajid@redhat.com>
date Fri, 24 Feb 2012 17:35:11 -0500
parents 3a3204f4705b
children 6e27e3007d8c
files .hgignore
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Fri Feb 24 23:31:47 2012 +0100
+++ b/.hgignore	Fri Feb 24 17:35:11 2012 -0500
@@ -1,7 +1,5 @@
 .settings
 .project
 .classpath
-bin
-build
-dist/
-target
+/bin/
+/target/