mirror of
https://github.com/apache/impala.git
synced 2025-12-19 09:58:28 -05:00
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:
committed by
Impala Public Jenkins
parent
8d628d7b62
commit
aa654d4b87
17
.gitignore
vendored
17
.gitignore
vendored
@@ -13,6 +13,7 @@ org.eclipse.jdt.ui.prefs
|
||||
load-*-generated.sql
|
||||
bin/version.info
|
||||
bin/impala-config-local.sh
|
||||
.cache
|
||||
.cdh
|
||||
|
||||
# distcc options
|
||||
@@ -56,9 +57,25 @@ hs_err_pid*.log
|
||||
|
||||
# Binaries disallowed by ASF rules
|
||||
*.jar
|
||||
*.so
|
||||
|
||||
# Vim related files
|
||||
.swp
|
||||
.*.swn
|
||||
.*.swm
|
||||
.*.swo
|
||||
.*.swp
|
||||
.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
10
common/yarn-extras/.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
target
|
||||
|
||||
# Eclipse artifacts
|
||||
.classpath
|
||||
.settings
|
||||
.project
|
||||
*.launch
|
||||
|
||||
# emacs backup files
|
||||
*~
|
||||
1
fe/.gitignore
vendored
1
fe/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
bin
|
||||
target
|
||||
|
||||
# Eclipse artifacts
|
||||
|
||||
1
fe/src/test/resources/.gitignore
vendored
1
fe/src/test/resources/.gitignore
vendored
@@ -4,3 +4,4 @@ hive-log4j.properties
|
||||
log4j.properties
|
||||
sentry-site*.xml
|
||||
yarn-site.xml
|
||||
copy-mem-limit-test-*.xml
|
||||
|
||||
1
lib/python/.gitignore
vendored
Normal file
1
lib/python/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
impala_py_lib.egg-info
|
||||
3
testdata/.gitignore
vendored
3
testdata/.gitignore
vendored
@@ -31,3 +31,6 @@ load-*-hbase.create
|
||||
|
||||
# Temporary data generated by tests.
|
||||
tmp-scanner-fuzz*
|
||||
|
||||
# Test cluster data.
|
||||
data
|
||||
|
||||
2
testdata/cluster/.gitignore
vendored
2
testdata/cluster/.gitignore
vendored
@@ -1 +1,3 @@
|
||||
/kudu
|
||||
cdh5
|
||||
cdh6
|
||||
|
||||
Reference in New Issue
Block a user