Author: jleroux
Date: Sat Feb 11 09:31:34 2012
New Revision: 1243021
URL:
http://svn.apache.org/viewvc?rev=1243021&view=revLog:
A patch from Markus M. May "Add some directories and files to .gitignore"
https://issues.apache.org/jira/browse/OFBIZ-4685f using git, some files are still added to an commit, even though, they should not appear in a commit. Some of those are most probably because of a directory renaming (jackrabbit -> jcr). Some others are jedit/emacs/vi artefacts (*~).
Modified:
ofbiz/trunk/.gitignore
Modified: ofbiz/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/.gitignore?rev=1243021&r1=1243020&r2=1243021&view=diff==============================================================================
--- ofbiz/trunk/.gitignore (original)
+++ ofbiz/trunk/.gitignore Sat Feb 11 09:31:34 2012
@@ -26,6 +26,7 @@ framework/example/build/
framework/geronimo/build/
framework/guiapp/build/
framework/jackrabbit/build/
+framework/jcr/build/
framework/jetty/build/
framework/minilang/build/
framework/security/build/
@@ -65,6 +66,7 @@ runtime/logs/*.log*
runtime/logs/*.html*
runtime/logs/test-results/*
runtime/data/derby/*
+runtime/data/jcr/*
runtime/data/utilcache.*
runtime/catalina/work/*
runtime/tempfiles/*
@@ -89,3 +91,4 @@ debian/stamps/
debian/orig-work
.pc
.DS_Store
+*~