You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2008/11/04 01:06:43 UTC

svn commit: r711132 - /ofbiz/trunk/.hgignore

Author: doogie
Date: Mon Nov  3 16:06:43 2008
New Revision: 711132

URL: http://svn.apache.org/viewvc?rev=711132&view=rev
Log:
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)/.*$