You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2011/12/30 22:30:23 UTC

svn commit: r1225927 - in /zookeeper/trunk: .gitignore CHANGES.txt

Author: phunt
Date: Fri Dec 30 21:30:23 2011
New Revision: 1225927

URL: http://svn.apache.org/viewvc?rev=1225927&view=rev
Log:
ZOOKEEPER-1345. Add a .gitignore file with general exclusions and Eclipse project files excluded (Harsh J via phunt)

Added:
    zookeeper/trunk/.gitignore
Modified:
    zookeeper/trunk/CHANGES.txt

Added: zookeeper/trunk/.gitignore
URL: http://svn.apache.org/viewvc/zookeeper/trunk/.gitignore?rev=1225927&view=auto
==============================================================================
--- zookeeper/trunk/.gitignore (added)
+++ zookeeper/trunk/.gitignore Fri Dec 30 21:30:23 2011
@@ -0,0 +1,10 @@
+.classpath
+.eclipse/
+.project
+.revision/
+.settings/
+build/
+src/c/generated/
+src/java/generated/
+src/java/lib/ant-eclipse-*
+src/java/lib/ivy-*

Modified: zookeeper/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/trunk/CHANGES.txt?rev=1225927&r1=1225926&r2=1225927&view=diff
==============================================================================
--- zookeeper/trunk/CHANGES.txt (original)
+++ zookeeper/trunk/CHANGES.txt Fri Dec 30 21:30:23 2011
@@ -166,6 +166,9 @@ IMPROVEMENTS:
   ZOOKEEPER-1229. C client hashtable_remove redundantly calls hash function
   (Harsh J via phunt)
 
+  ZOOKEEPER-1345. Add a .gitignore file with general exclusions and
+  Eclipse project files excluded (Harsh J via phunt)
+
 
 Release 3.4.0 -