mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
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 <mikeb@cloudera.com> Reviewed-by: Michael Ho <kwho@cloudera.com> Tested-by: Impala Public Jenkins
This commit is contained in:
committed by
Impala Public Jenkins
parent
95f5fb7548
commit
8aaf9ec1fb
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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/
|
||||
|
||||
5
be/.gitignore
vendored
5
be/.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
1
fe/.gitignore
vendored
1
fe/.gitignore
vendored
@@ -4,6 +4,7 @@ target
|
||||
.classpath
|
||||
.settings
|
||||
.project
|
||||
*.launch
|
||||
|
||||
# IntelliJ artifacts
|
||||
.idea
|
||||
|
||||
2
testdata/.gitignore
vendored
2
testdata/.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
5
tests/.gitignore
vendored
5
tests/.gitignore
vendored
@@ -1,3 +1,8 @@
|
||||
results
|
||||
build
|
||||
aux_*
|
||||
.cache
|
||||
results
|
||||
test-hive-udfs/target/
|
||||
resource_management
|
||||
|
||||
|
||||
Reference in New Issue
Block a user