rdblue closed pull request #5: Fix gitignore for IDEA project files. URL: https://github.com/apache/incubator-iceberg/pull/5
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): 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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services