changeset 5:f136c8bc7b10

dsss.conf and initial .hgignore
author Frank Benoit <benoit@tionex.de>
date Fri, 25 Jan 2008 13:02:25 +0100
parents bf9fe45b4422
children 6696f884b8a6
files .hgignore dsss.conf
diffstat 2 files changed, 30 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Fri Jan 25 13:02:25 2008 +0100
@@ -0,0 +1,22 @@
+syntax: glob
+
+*.obj
+*.a
+*.swp
+
+syntax: regexp
+
+^dsss_objs
+^dsss.last
+^dsss_imports
+^dwtexamples/simple$
+^dwtexamples/helloworld/HelloWorld1$
+^dwtexamples/helloworld/HelloWorld2$
+^dwtexamples/helloworld/HelloWorld3$
+^dwtexamples/helloworld/HelloWorld4$
+^dwtexamples/helloworld/HelloWorld5$
+^dwtexamples/addressbook/AddressBook$
+
+
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dsss.conf	Fri Jan 25 13:02:25 2008 +0100
@@ -0,0 +1,8 @@
+
+
+[dwt]
+type=library
+exclude=dwt/events
+exclude+=dwt/internal/image
+exclude+=dwt/layout
+