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:
Vuk Ercegovac
2017-08-30 12:16:51 -07:00
committed by Impala Public Jenkins
parent 95f5fb7548
commit 8aaf9ec1fb
5 changed files with 14 additions and 4 deletions

5
.gitignore vendored
View File

@@ -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
View File

@@ -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
View File

@@ -4,6 +4,7 @@ target
.classpath
.settings
.project
*.launch
# IntelliJ artifacts
.idea

2
testdata/.gitignore vendored
View File

@@ -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
View File

@@ -1,3 +1,8 @@
results
build
aux_*
.cache
results
test-hive-udfs/target/
resource_management