-hot-deploy/*/build +hot-deploy/* +!hot-deploy/README.txt
This change does not make sense. It will force people who use Git to search why their added component/s are ignored, I will revert it! I add 2 other changes I have pending for months: runtime/indexes/products/ So I agree with this one What about adding? framework/entity/lib/jdbc I was reluctant because it might hide downloaded, JDBC drivers, not sure... opinions? Jacques Le 15/05/2014 04:24, hans...@apache.org a écrit :
Author: hansbak Date: Thu May 15 02:24:27 2014 New Revision: 1594758 URL: http://svn.apache.org/r1594758 Log: update git ignore for product indexes and components in hot-deploy Modified: ofbiz/trunk/.gitignore Modified: ofbiz/trunk/.gitignore URL: http://svn.apache.org/viewvc/ofbiz/trunk/.gitignore?rev=1594758&r1=1594757&r2=1594758&view=diff ============================================================================== --- ofbiz/trunk/.gitignore (original) +++ ofbiz/trunk/.gitignore Thu May 15 02:24:27 2014 @@ -4,7 +4,8 @@ framework/base/lib/cobertura-*.jar framework/base/lib/asm*.jar framework/base/lib/oro*.jar framework/entity/lib/jdbc/postgresql-*.jar -hot-deploy/*/build +hot-deploy/* +!hot-deploy/README.txt specialpurpose/*/build applications/content/index/ bin/ @@ -25,6 +26,7 @@ runtime/data/utilcache.* runtime/catalina/work/* runtime/jetty runtime/tempfiles/* +runtime/indexes/products/ themes/flatgrey/webapp/flatgrey/javascript-min.css themes/flatgrey/webapp/flatgrey/js/application-min.js themes/flatgrey/webapp/flatgrey/maincss-min.css
--