You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2015/06/20 12:40:58 UTC

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

Author: mbrohl
Date: Sat Jun 20 10:40:58 2015
New Revision: 1686549

URL: http://svn.apache.org/r1686549
Log:
Applied patch for OFBIZ-6319: Add missing entries to .gitignore to ignore typical Idea/eclipse folders/files.

Thanks Martin Becker for reporting and providing the patch.

Modified:
    ofbiz/trunk/.gitignore

Modified: ofbiz/trunk/.gitignore
URL: http://svn.apache.org/viewvc/ofbiz/trunk/.gitignore?rev=1686549&r1=1686548&r2=1686549&view=diff
==============================================================================
--- ofbiz/trunk/.gitignore (original)
+++ ofbiz/trunk/.gitignore Sat Jun 20 10:40:58 2015
@@ -35,10 +35,15 @@ themes/flatgrey/webapp/flatgrey/maincss-
 themes/flatgrey/webapp/flatgrey/mainrtl-min.css
 .pc
 .DS_Store
+desktop.ini
 .idea
 *.iml
+*.ipr
+*.iws
 *~
 *#
 .*.swp
 .*.swo
-desktop.ini
\ No newline at end of file
+*.patch
+.settings
+.groovy
\ No newline at end of file