You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ab...@apache.org on 2016/07/30 01:49:37 UTC

[6/8] incubator-impala git commit: Update .gitignore files for ninja, coredumps and pypi packages

Update .gitignore files for ninja, coredumps and pypi packages

Change-Id: Ie7d34fbd27150ba6c437207611f71bb95a0e4cba
Reviewed-on: http://gerrit.cloudera.org:8080/3814
Reviewed-by: Dan Hecht <dh...@cloudera.com>
Tested-by: Internal Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/904265cc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/904265cc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/904265cc

Branch: refs/heads/master
Commit: 904265ccb5c3f6b4b35a8f0638b1151dbe8fcd32
Parents: 857b94d
Author: Tim Armstrong <ta...@cloudera.com>
Authored: Fri Jul 29 10:19:10 2016 -0700
Committer: Internal Jenkins <cl...@gerrit.cloudera.org>
Committed: Fri Jul 29 21:42:07 2016 +0000

----------------------------------------------------------------------
 .gitignore                   | 9 +++++++++
 infra/python/deps/.gitignore | 5 +++++
 2 files changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/904265cc/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 0778512..ec52448 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,10 @@ CMakeFiles
 cmake_install.cmake
 CTestTestfile.cmake
 !CMakeLists.txt
+.ninja_deps
+.ninja_log
+build.ninja
+rules.ninja
 
 Testing/
 llvm-ir/
@@ -43,3 +47,8 @@ logs/
 
 # Impala toolchain directory
 toolchain/
+
+# Core dumps and crash reports
+core
+core.*
+hs_err_pid*.log

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/904265cc/infra/python/deps/.gitignore
----------------------------------------------------------------------
diff --git a/infra/python/deps/.gitignore b/infra/python/deps/.gitignore
new file mode 100644
index 0000000..809485e
--- /dev/null
+++ b/infra/python/deps/.gitignore
@@ -0,0 +1,5 @@
+# Ignore downloaded python packages
+*.tar.bz2
+*.tar.gz
+*.whl
+*.zip