You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by cs...@apache.org on 2019/12/09 14:24:34 UTC

[impala] 01/03: Update gitignore files

This is an automated email from the ASF dual-hosted git repository.

csringhofer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 85c9895c119a0dcc5872dde29d8d8b1c243f7903
Author: Tim Armstrong <ta...@cloudera.com>
AuthorDate: Thu Dec 5 13:38:21 2019 -0800

    Update gitignore files
    
    This adds in a handful of files that I had on my local machine
    
    Change-Id: I357441fab00ac031fbc70c40e4574e7a723fdedd
    Reviewed-on: http://gerrit.cloudera.org:8080/14858
    Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 .gitignore    | 12 ++++++++++--
 fe/.gitignore |  7 ++++++-
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index ca47086..b208652 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,10 +16,10 @@ bin/impala-config-local.sh
 .cache
 .cdh
 .cdp
+.pep8
 
 # distcc options
-.impala_compiler_opts
-.impala_compiler_opts_v2
+.impala_compiler_opts*
 
 pprof.out
 
@@ -37,6 +37,8 @@ CTestTestfile.cmake
 .ninja_log
 build.ninja
 rules.ninja
+CMakeDoxyfile.in
+CMakeDoxygenDefaults.cmake
 
 # Build timestamp files
 .*timestamp
@@ -99,3 +101,9 @@ eclipse-classes/
 # Debugging
 ad-hoc.test
 nohup.out
+
+# Python virtualenvs
+gerrit_critic_venv
+
+# Output of single_node_perf_run.py
+perf_results/
diff --git a/fe/.gitignore b/fe/.gitignore
index fbade49..be8164b 100644
--- a/fe/.gitignore
+++ b/fe/.gitignore
@@ -19,8 +19,10 @@ target
 # emacs backup files
 *~
 
-# Generated hive-site.xml file
+# Generated hive-site.xml files
 src/test/resources/hive-site.xml
+src/test/resources/hive-site-ext/
+src/test/resources/hive-site_ext.xml
 
 # Generated hbase-site.xml file
 src/test/resources/hbase-site.xml
@@ -34,6 +36,9 @@ src/test/resources/minicluster-conf.xml
 # Generated hive-log4j2.properties file
 src/test/resources/hive-log4j2.properties
 
+# Generated authorization policy
+src/test/resources/authz-policy.ini
+
 # Generated thrift files
 generated-sources