Author: taher
Date: Sat Apr 15 15:47:58 2017
New Revision: 1791515
URL:
http://svn.apache.org/viewvc?rev=1791515&view=revLog:
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