mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
Update .gitignore files for ninja, coredumps and pypi packages
Change-Id: Ie7d34fbd27150ba6c437207611f71bb95a0e4cba Reviewed-on: http://gerrit.cloudera.org:8080/3814 Reviewed-by: Dan Hecht <dhecht@cloudera.com> Tested-by: Internal Jenkins
This commit is contained in:
committed by
Internal Jenkins
parent
857b94d03c
commit
904265ccb5
9
.gitignore
vendored
9
.gitignore
vendored
@@ -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
|
||||
|
||||
5
infra/python/deps/.gitignore
vendored
Normal file
5
infra/python/deps/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# Ignore downloaded python packages
|
||||
*.tar.bz2
|
||||
*.tar.gz
|
||||
*.whl
|
||||
*.zip
|
||||
Reference in New Issue
Block a user