RFR: 8256048: Incomplete gitignore setting for netbeans project [v3]

Erik Joelsson erikj at openjdk.java.net
Mon Nov 9 23:50:58 UTC 2020


On Mon, 9 Nov 2020 23:31:09 GMT, Jie Fu <jiefu at openjdk.org> wrote:

>> Hi all,
>> 
>> The gitignore setting for netbeans project seems to be incomplete.
>> Only nbproject/private/ [1] is ignored. 
>> 
>> But there are also other files under nbproject/, which should be ignored too.
>> ----------------------------
>> $ tree -L 1 nbproject/
>> nbproject/
>> ├── configurations.xml
>> ├── private
>> └── project.xml
>> ----------------------------
>> 
>> It would be better to fix it.
>> 
>> Thanks.
>> Best regards,
>> Jie
>> 
>> 
>> [1] https://github.com/openjdk/jdk/blob/master/.gitignore#L5
>
> Jie Fu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Updated v3

Marked as reviewed by erikj (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/1122



More information about the build-dev mailing list