Skip to content

Commit

Permalink
Updates several .gitignore files.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Michael Ho <[email protected]>
Tested-by: Impala Public Jenkins
  • Loading branch information
vercegovac authored and Impala Public Jenkins committed Aug 31, 2017
1 parent 95f5fb7 commit 8aaf9ec
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
5 changes: 5 additions & 0 deletions be/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions fe/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ target
.classpath
.settings
.project
*.launch

# IntelliJ artifacts
.idea
Expand Down
2 changes: 1 addition & 1 deletion testdata/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
results
build
aux_*
.cache
results
test-hive-udfs/target/
resource_management

0 comments on commit 8aaf9ec

Please sign in to comment.