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 37cf362 Fix gitignore for IDEA project files. (#5)
37cf362 is described below
commit 37cf3622248bd1ca365e0ca40857bd0c138e6f81
Author: mccheah <[email protected]>
AuthorDate: Mon Nov 26 12:14:54 2018 -0800
Fix gitignore for IDEA project files. (#5)
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 2e8636f..5550eda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
# intellij files
.idea
+*.ipr
+*.iws
*.iml
# gradle build
.gradle