You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2019/10/27 20:44:10 UTC

[incubator-iceberg] branch master updated: Update .gitignore exclusions (#581)

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/incubator-iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 867ec79  Update .gitignore exclusions (#581)
867ec79 is described below

commit 867ec79a5c2f7619cb10546b5cc7f7bbc7d61621
Author: Ratandeep Ratti <rr...@linkedin.com>
AuthorDate: Sun Oct 27 13:44:00 2019 -0700

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

diff --git a/.gitignore b/.gitignore
index c7a0af8..caa7699 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,10 +3,13 @@
 *.ipr
 *.iws
 *.iml
+
 # gradle build
 .gradle
 build
+gradle/
 out
+
 # web site build
 site/site
 
@@ -25,3 +28,6 @@ sdist/
 coverage.xml
 .pytest_cache/
 spark/tmp/
+
+# vscode/eclipse files
+.project