You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ta...@apache.org on 2017/04/15 15:47:59 UTC

svn commit: r1791515 - /ofbiz/ofbiz-framework/trunk/.gitignore

Author: taher
Date: Sat Apr 15 15:47:58 2017
New Revision: 1791515

URL: http://svn.apache.org/viewvc?rev=1791515&view=rev
Log:
Implemented: ignore the entire plugins directory in .gitignore

Modified:
    ofbiz/ofbiz-framework/trunk/.gitignore

Modified: ofbiz/ofbiz-framework/trunk/.gitignore
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/.gitignore?rev=1791515&r1=1791514&r2=1791515&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/.gitignore (original)
+++ ofbiz/ofbiz-framework/trunk/.gitignore Sat Apr 15 15:47:58 2017
@@ -2,7 +2,7 @@ bin/
 build/
 applications/*/build
 framework/*/build
-plugins/*/build
+plugins/
 runtime/git-rebase/*
 runtime/SvnInfo.ftl
 runtime/GitInfo.ftl
@@ -36,4 +36,4 @@ desktop.ini
 *#
 .*.swp
 .*.swo
-*.patch
\ No newline at end of file
+*.patch