Author: doogie
Date: Mon Nov 3 16:06:43 2008
New Revision: 711132
URL:
http://svn.apache.org/viewvc?rev=711132&view=revLog:
Ignore built stuff, like svn, for those who happen to use mercurial
locallly.
Added:
ofbiz/trunk/.hgignore
Added: ofbiz/trunk/.hgignore
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/.hgignore?rev=711132&view=auto==============================================================================
--- ofbiz/trunk/.hgignore (added)
+++ ofbiz/trunk/.hgignore Mon Nov 3 16:06:43 2008
@@ -0,0 +1,7 @@
+syntax: regexp
+^(framework|applications|specialpurpose)/[^/]+/build/.*$
+^ofbiz\.jar$
+^runtime/data/derby/.*$
+^runtime/logs/.*(log|html)(|.\d+)$
+^runtime/logs/access_log.\d\d\d\d-\d\d-\d\d$
+^runtime/(catalina/work|logs/test-results)/.*$