You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by zs...@apache.org on 2010/02/04 07:36:06 UTC

svn commit: r906377 - in /hadoop/hive/trunk: .gitignore CHANGES.txt

Author: zshao
Date: Thu Feb  4 06:36:05 2010
New Revision: 906377

URL: http://svn.apache.org/viewvc?rev=906377&view=rev
Log:
HIVE-1103. Add .gitignore file. (Carl Steinbach via zshao)

Added:
    hadoop/hive/trunk/.gitignore
Modified:
    hadoop/hive/trunk/CHANGES.txt

Added: hadoop/hive/trunk/.gitignore
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/.gitignore?rev=906377&view=auto
==============================================================================
--- hadoop/hive/trunk/.gitignore (added)
+++ hadoop/hive/trunk/.gitignore Thu Feb  4 06:36:05 2010
@@ -0,0 +1,8 @@
+build
+build-eclipse
+.classpath
+.externalToolBuilders
+.project
+.settings
+*.launch
+*~

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=906377&r1=906376&r2=906377&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Thu Feb  4 06:36:05 2010
@@ -51,6 +51,8 @@
     HIVE-1128. Let max/min handle complex types like struct
     (Zheng Shao via Ning Zhang)
 
+    HIVE-1103. Add .gitignore file. (Carl Steinbach via zshao)
+
   OPTIMIZATIONS
 
   BUG FIXES