Author: taher
Date: Sun Jul 10 07:05:22 2016
New Revision: 1752065
URL:
http://svn.apache.org/viewvc?rev=1752065&view=revLog:
finetune the .gitignore file since jar tracking is no longer existing - OFBIZ-7534
remove unnecessary jar entries in .gitignore. Also for some reason .gitignore was
not working properly due to some encoding or EOL character so I had to recreate
with the correct entries
Modified:
ofbiz/trunk/.gitignore
Modified: ofbiz/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/.gitignore?rev=1752065&r1=1752064&r2=1752065&view=diff==============================================================================
--- ofbiz/trunk/.gitignore (original)
+++ ofbiz/trunk/.gitignore Sun Jul 10 07:05:22 2016
@@ -1,16 +1,9 @@
+bin/
+build/
applications/*/build
framework/*/build
-framework/base/lib/asm*.jar
-framework/base/lib/oro*.jar
-framework/entity/lib/jdbc/*.jar
-!framework/entity/lib/jdbc/derby*.jar
hot-deploy/*/build
specialpurpose/*/build
-applications/content/index/
-bin/
-build/
-ofbiz.jar
-changelog
runtime/git-rebase/*
runtime/SvnInfo.ftl
runtime/GitInfo.ftl
@@ -19,17 +12,20 @@ runtime/logs/access_log.*
runtime/logs/*.log*
runtime/logs/*.html*
runtime/logs/test-results/*
-/runtime/logs/birt
+runtime/logs/birt
runtime/data/derby/*
runtime/data/utilcache.*
runtime/catalina/work/*
runtime/tempfiles/*
-!runtime/tempfiles/README
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
-themes/flatgrey/webapp/flatgrey/mainrtl-min.css
+!runtime/tempfiles/README
+applications/content/index/
+changelog
+.classpath
+.project
+.settings
+.gradle/
+.groovy
.pc
.DS_Store
desktop.ini
@@ -41,9 +37,4 @@ desktop.ini
*#
.*.swp
.*.swo
-*.patch
-.classpath
-.project
-.settings
-.gradle/
-.groovy
+*.patch
\ No newline at end of file