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

svn commit: r1621848 - /ofbiz/trunk/.gitignore

Author: jleroux
Date: Mon Sep  1 17:11:42 2014
New Revision: 1621848

URL: http://svn.apache.org/r1621848
Log:
I made a mistake earlier when I added framework/entity/lib/jdbc to .gitignore, this is better

Modified:
    ofbiz/trunk/.gitignore

Modified: ofbiz/trunk/.gitignore
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.gitignore?rev=1621848&r1=1621847&r2=1621848&view=diff
==============================================================================
--- ofbiz/trunk/.gitignore (original)
+++ ofbiz/trunk/.gitignore Mon Sep  1 17:11:42 2014
@@ -3,7 +3,8 @@ framework/*/build
 framework/base/lib/cobertura-*.jar
 framework/base/lib/asm*.jar
 framework/base/lib/oro*.jar
-framework/entity/lib/jdbc/postgresql-*.jar
+framework/entity/lib/jdbc/*.jar
+!framework/entity/lib/jdbc/derby*.jar
 hot-deploy/*/build
 specialpurpose/*/build
 applications/content/index/
@@ -39,4 +40,3 @@ themes/flatgrey/webapp/flatgrey/mainrtl-
 *#
 .*.swp
 .*.swo
-framework/entity/lib/jdbc
\ No newline at end of file