You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by ga...@apache.org on 2012/03/06 01:50:21 UTC

svn commit: r1297318 - in /incubator/hcatalog/trunk: .gitignore CHANGES.txt

Author: gates
Date: Tue Mar  6 01:50:20 2012
New Revision: 1297318

URL: http://svn.apache.org/viewvc?rev=1297318&view=rev
Log:
HCATALOG-233 gitignore file

Added:
    incubator/hcatalog/trunk/.gitignore
Modified:
    incubator/hcatalog/trunk/CHANGES.txt

Added: incubator/hcatalog/trunk/.gitignore
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/.gitignore?rev=1297318&view=auto
==============================================================================
--- incubator/hcatalog/trunk/.gitignore (added)
+++ incubator/hcatalog/trunk/.gitignore Tue Mar  6 01:50:20 2012
@@ -0,0 +1,29 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+build
+build-eclipse
+.arc_jira_lib
+.classpath*
+.externalToolBuilders
+.project
+.settings
+*.launch
+*~
+.git
+.svn
+metastore_db
+hive/external
+ivy-*.jar

Modified: incubator/hcatalog/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1297318&r1=1297317&r2=1297318&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Tue Mar  6 01:50:20 2012
@@ -25,6 +25,7 @@ Trunk (unreleased changes)
   NEW FEATURES
 
   IMPROVEMENTS
+  HCAT-233 gitignore file (enis via gates)
 
   OPTIMIZATIONS