Update .gitignore

A few unversioned artifacts crept in over time without corresponding
.gitignore entries. These are the updates based on the git status output
on my dev env.

Change-Id: I281ab3b5c98ac32e5d60663562628ffda6606a6a
Reviewed-on: http://gerrit.cloudera.org:8080/11787
Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Tim Armstrong
2018-10-25 10:55:47 -07:00
committed by Impala Public Jenkins
parent 8d628d7b62
commit aa654d4b87
7 changed files with 35 additions and 0 deletions

17
.gitignore vendored
View File

@@ -13,6 +13,7 @@ org.eclipse.jdt.ui.prefs
load-*-generated.sql load-*-generated.sql
bin/version.info bin/version.info
bin/impala-config-local.sh bin/impala-config-local.sh
.cache
.cdh .cdh
# distcc options # distcc options
@@ -56,9 +57,25 @@ hs_err_pid*.log
# Binaries disallowed by ASF rules # Binaries disallowed by ASF rules
*.jar *.jar
*.so
# Vim related files # Vim related files
.swp
.*.swn .*.swn
.*.swm
.*.swo .*.swo
.*.swp .*.swp
.vimrc .vimrc
# GDB default log file
gdb.txt
.gdbinit
# IntelliJ artifacts
.idea
*.iml
*.ipr
*.iws
# OS X Artifacts
.DS_Store

10
common/yarn-extras/.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
target
# Eclipse artifacts
.classpath
.settings
.project
*.launch
# emacs backup files
*~

1
fe/.gitignore vendored
View File

@@ -1,3 +1,4 @@
bin
target target
# Eclipse artifacts # Eclipse artifacts

View File

@@ -4,3 +4,4 @@ hive-log4j.properties
log4j.properties log4j.properties
sentry-site*.xml sentry-site*.xml
yarn-site.xml yarn-site.xml
copy-mem-limit-test-*.xml

1
lib/python/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
impala_py_lib.egg-info

3
testdata/.gitignore vendored
View File

@@ -31,3 +31,6 @@ load-*-hbase.create
# Temporary data generated by tests. # Temporary data generated by tests.
tmp-scanner-fuzz* tmp-scanner-fuzz*
# Test cluster data.
data

View File

@@ -1 +1,3 @@
/kudu /kudu
cdh5
cdh6