From aa654d4b87dd2f2b590e8a300f686bd2154e63d2 Mon Sep 17 00:00:00 2001 From: Tim Armstrong Date: Thu, 25 Oct 2018 10:55:47 -0700 Subject: [PATCH] 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 Tested-by: Impala Public Jenkins --- .gitignore | 17 +++++++++++++++++ common/yarn-extras/.gitignore | 10 ++++++++++ fe/.gitignore | 1 + fe/src/test/resources/.gitignore | 1 + lib/python/.gitignore | 1 + testdata/.gitignore | 3 +++ testdata/cluster/.gitignore | 2 ++ 7 files changed, 35 insertions(+) create mode 100644 common/yarn-extras/.gitignore create mode 100644 lib/python/.gitignore diff --git a/.gitignore b/.gitignore index a39b39ecc..7963cccbf 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/common/yarn-extras/.gitignore b/common/yarn-extras/.gitignore new file mode 100644 index 000000000..952ea70d8 --- /dev/null +++ b/common/yarn-extras/.gitignore @@ -0,0 +1,10 @@ +target + +# Eclipse artifacts +.classpath +.settings +.project +*.launch + +# emacs backup files +*~ diff --git a/fe/.gitignore b/fe/.gitignore index 11a5e9dbb..08d2c7f06 100644 --- a/fe/.gitignore +++ b/fe/.gitignore @@ -1,3 +1,4 @@ +bin target # Eclipse artifacts diff --git a/fe/src/test/resources/.gitignore b/fe/src/test/resources/.gitignore index f7224b170..78d55cfb1 100644 --- a/fe/src/test/resources/.gitignore +++ b/fe/src/test/resources/.gitignore @@ -4,3 +4,4 @@ hive-log4j.properties log4j.properties sentry-site*.xml yarn-site.xml +copy-mem-limit-test-*.xml diff --git a/lib/python/.gitignore b/lib/python/.gitignore new file mode 100644 index 000000000..05e70caa3 --- /dev/null +++ b/lib/python/.gitignore @@ -0,0 +1 @@ +impala_py_lib.egg-info diff --git a/testdata/.gitignore b/testdata/.gitignore index e05079cdd..62dcf9ac3 100644 --- a/testdata/.gitignore +++ b/testdata/.gitignore @@ -31,3 +31,6 @@ load-*-hbase.create # Temporary data generated by tests. tmp-scanner-fuzz* + +# Test cluster data. +data diff --git a/testdata/cluster/.gitignore b/testdata/cluster/.gitignore index a8aeb3e28..ea2f5944b 100644 --- a/testdata/cluster/.gitignore +++ b/testdata/cluster/.gitignore @@ -1 +1,3 @@ /kudu +cdh5 +cdh6