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 2021/01/19 21:18:40 UTC

[iceberg] branch master updated: Build: Add RAT download to .gitignore (#2113)

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 50c63c8  Build: Add RAT download to .gitignore (#2113)
50c63c8 is described below

commit 50c63c83d724f41167ba21427ff8cf44a9dc07cb
Author: Kyle Bendickson <98...@users.noreply.github.com>
AuthorDate: Tue Jan 19 13:18:25 2021 -0800

    Build: Add RAT download to .gitignore (#2113)
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index b9bfdca..6a5f61a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,9 @@ gradle/
 out
 gradle/wrapper/gradle-wrapper.jar
 
+# rat library install location
+lib/
+
 # web site build
 site/site