RFR: 8223373: Remove IntelliJ IDEA specific files from the source code repository [v5]

Marius Hanl mhanl at openjdk.org
Fri Apr 14 16:17:48 UTC 2023


On Fri, 7 Apr 2023 22:39:52 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Thiago Milczarek Sayao has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Revert "Make intellij see :systemTests dependecies"
>>    
>>    This reverts commit dca7eab24958e1214147b7d291f0faf52ea27ddf.
>>  - Make intellij see :systemTests dependecies
>
> .gitignore line 57:
> 
>> 55: 
>> 56: # IntelliJ
>> 57: out/
> 
> This would pick up more than just IntelliJ files. Are they all needed?

`out` is the default `Compiler output` path in IntelliJ. But I don't think it is really needed here.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1009#discussion_r1167036713


More information about the openjfx-dev mailing list