diff .hgignore @ 4:8d49c4eb4800

Added user examples
author Frank Benoit <benoit@tionex.de>
date Sun, 10 Feb 2008 04:28:56 +0100
parents 1b159afbc053
children ff27e8ad465c
line wrap: on
line diff
--- a/.hgignore	Thu Feb 07 00:09:21 2008 +0100
+++ b/.hgignore	Sun Feb 10 04:28:56 2008 +0100
@@ -2,6 +2,8 @@
 
 *.a
 *.swp
+*.map
+*.exe
 
 syntax: regexp
 ^build.sh$
@@ -18,6 +20,9 @@
 ^dwtexamples/controlexample/ControlExample$
 ^dwtexamples/controlexample/CustomControlExample$
 
+^user/nascent_test1$
+^user/nascent_test2$
+^user/torhu_synctest$
+^user/doob_test1/draw$
 
 
-