# HG changeset patch # User Frank Benoit # Date 1201262545 -3600 # Node ID f136c8bc7b106590e3363c61f7cef0623e6291a2 # Parent bf9fe45b4422a41fa32e10cb5d78108e3b2410b3 dsss.conf and initial .hgignore diff -r bf9fe45b4422 -r f136c8bc7b10 .hgignore --- /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$ + + + + diff -r bf9fe45b4422 -r f136c8bc7b10 dsss.conf --- /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 +