This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 69b1a2f  Build: Ignore spark-warehouse in any module (#1400)
69b1a2f is described below

commit 69b1a2fd35ec63f608880d55f732018e481b1a66
Author: Kyle Bendickson <[email protected]>
AuthorDate: Sun Aug 30 15:08:20 2020 -0700

    Build: Ignore spark-warehouse in any module (#1400)
---
 .gitignore | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index a4a5efd..b9bfdca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 *.swp
 .DS_Store
 .cache
+tmp/
 
 # intellij files
 .idea
@@ -35,10 +36,6 @@ sdist/
 .coverage
 coverage.xml
 .pytest_cache/
-spark/tmp/
-spark/spark-warehouse/
-spark2/spark-warehouse/
-spark3/spark-warehouse/
 
 # vscode/eclipse files
 .classpath
@@ -49,5 +46,9 @@ bin/
 # Hive/metastore files
 metastore_db/
 
+# Spark/metastore files
+spark-warehouse/
+derby.log
+
 # Python stuff
 python/.mypy_cache/

Reply via email to