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 c565596  Build: Add .out folders to gitignore (#2592)
c565596 is described below

commit c565596569e4b2781c9d7a2f6f1d98aeec09b716
Author: Kyle Bendickson <[email protected]>
AuthorDate: Wed May 19 16:55:43 2021 -0700

    Build: Add .out folders to gitignore (#2592)
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 6a5f61a..3c3e724 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,11 +12,11 @@ tmp/
 
 # gradle build
 .gradle
+.out/
 build
 dependencies.lock
 **/dependencies.lock
 gradle/
-out
 gradle/wrapper/gradle-wrapper.jar
 
 # rat library install location

Reply via email to