IMPALA-11201: update gitignore files

Updates gitignore for files generated during bootstrap_development.
Fixes deleting tracked files in be/src/thirdparty. Includes ignore rules
for past versions of shell dependencies and updates ignores for current
versions.

Change-Id: I03deba5e7fb151ef8e34039becdcc3fb47684084
Reviewed-on: http://gerrit.cloudera.org:8080/18499
Reviewed-by: Quanlong Huang <huangquanlong@gmail.com>
Reviewed-by: Joe McDonnell <joemcdonnell@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Michael Smith
2022-05-05 15:51:04 -07:00
committed by Joe McDonnell
parent 4118522b9c
commit e6ed98c22b
6 changed files with 27 additions and 12 deletions

4
.gitignore vendored
View File

@@ -1,7 +1,6 @@
*~
*.pyc
derby.log
thirdparty
compile_commands.json
cscope.files
cscope.out
@@ -17,6 +16,7 @@ bin/impala-config-local.sh
.cdh
.cdp
.pep8
apache-maven-*-bin.tar.gz
# distcc options
.impala_compiler_opts*
@@ -49,8 +49,6 @@ docker/docker-images.txt
Testing/
llvm-ir/
shell/gen-py/
shell/build/
benchmark_results*.json
target

View File

@@ -5,3 +5,10 @@ log4j.properties
sentry-site*.xml
yarn-site.xml
copy-mem-limit-test-*.xml
hive-site-events-cleanup/
hive-site-ranger-auth/
hive-site-without-hms/
hive-site_events_cleanup.xml
hive-site_ranger_auth.xml
hive-site_without_hms.xml

View File

@@ -1 +1,2 @@
env
env-gcc*

1
java/shaded-deps/hive-exec/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
dependency-reduced-pom.xml

23
shell/.gitignore vendored
View File

@@ -1,29 +1,34 @@
build
/build/
/gen-py/
ext-py/bitarray-2.3.0/bitarray.egg-info/
ext-py/bitarray-2.3.0/dist/
ext-py/bitarray-2.3.0/build/
ext-py/prettytable-0.7.2/dist/
ext-py/prettytable-0.7.2/build/
ext-py/prettytable-0.7.2/prettytable.egg-info
ext-py/sasl-0.2.1/dist/
ext-py/sasl-0.2.1/build/
ext-py/sasl-0.2.1/sasl.egg-info/
ext-py/six-1.14.0/dist/
ext-py/six-1.14.0/build/
ext-py/six-1.14.0/six.egg-info/
ext-py/prettytable-0.7.1/dist/
ext-py/prettytable-0.7.1/build
ext-py/prettytable-0.7.1/prettytable.egg-info
ext-py/sqlparse-0.3.1/dist/
ext-py/sqlparse-0.3.1/build/
ext-py/sqlparse-0.3.1/sqlparse.egg-info/
ext-py/bitarray-1.2.1/bitarray.egg-info/
ext-py/bitarray-1.2.1/dist/
ext-py/thrift_sasl-0.4.2/dist/
ext-py/thrift_sasl-0.4.2/build/
ext-py/thrift_sasl-0.4.2/six.egg-info/
ext-py/thrift_sasl-0.4.3/dist/
ext-py/thrift_sasl-0.4.3/build/
ext-py/thrift_sasl-0.4.3/thrift_sasl.egg-info/
# This file is used by buildall.sh to find files that need to be removed during the
# clean phase. Previous version of deps should be kept here for cleaning otherwise they
# may cause a build failure. Also the ignore path must be changed to the root folder
# so "git clean -Xdf" will work.
ext-py/bitarray-0.9.0/
ext-py/bitarray-1.2.1/
ext-py/prettytable-0.7.1/
ext-py/sasl-0.1.1/
ext-py/six-1.11.0/
ext-py/sqlparse-0.1.7/
ext-py/sqlparse-0.1.19/
ext-py/thrift_sasl-0.4.1/
ext-py/thrift_sasl-0.4.2/

View File

@@ -4,3 +4,6 @@
/cdh7
/ranger/setup/impala_user.json
/ranger/setup/impala_group.json
/ranger/setup/impala_group_owner.json
/ranger/setup/impala_user_non_owner.json
/ranger/setup/impala_user_owner.json