You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by kw...@apache.org on 2017/08/31 04:29:22 UTC

[07/12] incubator-impala git commit: Updates several .gitignore files.

Updates several .gitignore files.

Ran into these when compiling (generated files from kudu),
eclipse setup, and testing.

Change-Id: Ife446e40756864f2a19ae4393ac503d17d91996b
Reviewed-on: http://gerrit.cloudera.org:8080/7902
Reviewed-by: Michael Brown <mi...@cloudera.com>
Reviewed-by: Michael Ho <kw...@cloudera.com>
Tested-by: Impala Public Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/8aaf9ec1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/8aaf9ec1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/8aaf9ec1

Branch: refs/heads/master
Commit: 8aaf9ec1fb5a0eab4b3a62eff35101cd07890938
Parents: 95f5fb7
Author: Vuk Ercegovac <ve...@cloudera.com>
Authored: Wed Aug 30 12:16:51 2017 -0700
Committer: Impala Public Jenkins <im...@gerrit.cloudera.org>
Committed: Thu Aug 31 01:40:47 2017 +0000

----------------------------------------------------------------------
 .gitignore          | 5 ++---
 be/.gitignore       | 5 +++++
 fe/.gitignore       | 1 +
 testdata/.gitignore | 2 +-
 tests/.gitignore    | 5 +++++
 5 files changed, 14 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/8aaf9ec1/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 51a619a..e757b27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,9 +38,8 @@ Testing/
 llvm-ir/
 shell/gen-py/
 shell/build/
-tests/build
-tests/results
-tests/test-hive-udfs/target/
+benchmark_results*.json
+target
 
 avro_schemas/
 logs/

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/8aaf9ec1/be/.gitignore
----------------------------------------------------------------------
diff --git a/be/.gitignore b/be/.gitignore
index 026df8c..61a2279 100644
--- a/be/.gitignore
+++ b/be/.gitignore
@@ -6,6 +6,11 @@ build
 generated-sources/**/*
 src/common/version.cc
 src/kudu/util/protoc-gen-insertions
+src/kudu/rpc/protoc-gen-krpc
+*.proxy.h
+*.proxy.cc
+*.service.h
+*.service.cc
 *.pb.h
 *.pb.cc
 

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/8aaf9ec1/fe/.gitignore
----------------------------------------------------------------------
diff --git a/fe/.gitignore b/fe/.gitignore
index 97aba73..6a1675d 100644
--- a/fe/.gitignore
+++ b/fe/.gitignore
@@ -4,6 +4,7 @@ target
 .classpath
 .settings
 .project
+*.launch
 
 # IntelliJ artifacts
 .idea

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/8aaf9ec1/testdata/.gitignore
----------------------------------------------------------------------
diff --git a/testdata/.gitignore b/testdata/.gitignore
index ff11b82..e05079c 100644
--- a/testdata/.gitignore
+++ b/testdata/.gitignore
@@ -19,7 +19,7 @@ target
 HBaseAllTypesError
 HBaseAllTypesErrorNoNulls
 
-# Impala test data (not in repo, manually copied)
+# Impala test data (not in repo, manually copied or linked)
 impala-data
 data/test-warehouse
 

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/8aaf9ec1/tests/.gitignore
----------------------------------------------------------------------
diff --git a/tests/.gitignore b/tests/.gitignore
index f9053a1..3e37ef8 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,3 +1,8 @@
 results
 build
 aux_*
+.cache
+results
+test-hive-udfs/target/
+resource_management
+