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 554c3f0  Update .gitignore (#1181)
554c3f0 is described below

commit 554c3f0c0908c87f20c2ac4548725d663c0a372b
Author: Miao Wang <[email protected]>
AuthorDate: Wed Jul 8 09:58:11 2020 -0700

    Update .gitignore (#1181)
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index f1e459c..93ebf31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,10 @@
+*.swp
+.DS_Store
+.cache
+
 # intellij files
 .idea
+.idea_modules/
 *.ipr
 *.iws
 *.iml
@@ -29,6 +34,7 @@ sdist/
 coverage.xml
 .pytest_cache/
 spark/tmp/
+spark/spark-warehouse/
 
 # vscode/eclipse files
 .classpath

Reply via email to