mirror of
https://github.com/apache/impala.git
synced 2025-12-19 09:58:28 -05:00
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>
37 lines
484 B
Plaintext
37 lines
484 B
Plaintext
target
|
|
|
|
# Eclipse artifacts
|
|
.classpath
|
|
.settings
|
|
.project
|
|
|
|
# IntelliJ artifacts
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
# OS X Artifacts
|
|
.DS_Store
|
|
|
|
# emacs backup files
|
|
*~
|
|
|
|
HBaseAllTypesError
|
|
HBaseAllTypesErrorNoNulls
|
|
|
|
# Impala test data (not in repo, manually copied or linked)
|
|
impala-data
|
|
data/test-warehouse
|
|
|
|
# Generated block ids (hdfs ids) for each table
|
|
block-ids
|
|
|
|
# Generated data loading files
|
|
load-*-hbase.create
|
|
|
|
# Temporary data generated by tests.
|
|
tmp-scanner-fuzz*
|
|
|
|
# Test cluster data.
|
|
data
|