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/03/25 09:33:51 UTC

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

Author: taher
Date: Sat Mar 25 09:33:51 2017
New Revision: 1788659

URL: http://svn.apache.org/viewvc?rev=1788659&view=rev
Log:
Fixed: convert .gitignore EOL character back to unix format

The .gitignore file was committed with windows EOL (\n\r). This fixes
the issue by reconverting .gitignore to unix EOL characters

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

Modified: ofbiz/ofbiz-framework/trunk/.gitignore
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/.gitignore?rev=1788659&r1=1788658&r2=1788659&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/.gitignore (original)
+++ ofbiz/ofbiz-framework/trunk/.gitignore Sat Mar 25 09:33:51 2017
@@ -1,39 +1,39 @@
-bin/
-build/
-applications/*/build
-framework/*/build
-plugins/*/build
-runtime/git-rebase/*
-runtime/SvnInfo.ftl
-runtime/GitInfo.ftl
-runtime/test-list-build.xml
-runtime/logs/access_log.*
-runtime/logs/*.log*
-runtime/logs/*.html*
-runtime/logs/test-results/*
-runtime/logs/birt
-runtime/data/derby/*
-runtime/data/utilcache.*
-runtime/catalina/work/*
-runtime/tempfiles/*
-runtime/indexes/products/
-!runtime/tempfiles/README
-applications/content/index/
-changelog
-.classpath
-.project
-.settings
-.gradle/
-.groovy
-.pc
-.DS_Store
-desktop.ini
-.idea
-*.iml
-*.ipr
-*.iws
-*~
-*#
-.*.swp
-.*.swo
+bin/
+build/
+applications/*/build
+framework/*/build
+plugins/*/build
+runtime/git-rebase/*
+runtime/SvnInfo.ftl
+runtime/GitInfo.ftl
+runtime/test-list-build.xml
+runtime/logs/access_log.*
+runtime/logs/*.log*
+runtime/logs/*.html*
+runtime/logs/test-results/*
+runtime/logs/birt
+runtime/data/derby/*
+runtime/data/utilcache.*
+runtime/catalina/work/*
+runtime/tempfiles/*
+runtime/indexes/products/
+!runtime/tempfiles/README
+applications/content/index/
+changelog
+.classpath
+.project
+.settings
+.gradle/
+.groovy
+.pc
+.DS_Store
+desktop.ini
+.idea
+*.iml
+*.ipr
+*.iws
+*~
+*#
+.*.swp
+.*.swo
 *.patch
\ No newline at end of file