You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/05/14 15:28:12 UTC

[GitHub] [iceberg] kbendick commented on a change in pull request #2592: [INFRA] Add .out folders to gitignore

kbendick commented on a change in pull request #2592:
URL: https://github.com/apache/iceberg/pull/2592#discussion_r632609988



##########
File path: .gitignore
##########
@@ -12,11 +12,11 @@ tmp/
 
 # gradle build
 .gradle
+.out/
 build
 dependencies.lock
 **/dependencies.lock
 gradle/
-out

Review comment:
       We can keep the `out` entry if anybody feels strongly about it.
   
   It stems from this rather old PR and is definitely supposed to be grouped with the `gradle build` section (as there were far fewer sections then): https://github.com/apache/iceberg/commit/c59138eadcfb4eb2558a15f73c00b54528d02e12
   
   My git on my work computer (git version 2.30.1 (Apple Git-130)) does not ignore the out folders with this entry, but it does with the way I've updated it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org