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

Erik Joelsson erikj at openjdk.java.net
Mon Nov 9 18:05:56 UTC 2020


On Mon, 9 Nov 2020 18:02:32 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> Thanks @erikj79 for your review.
>> Updated.
>> 
>> Any comments?
>> Thanks.
>
> You misunderstand me. Adding the following line is fine and will make git ignore any nbproject dir in the root of the repository, which is what I assume you want:
> 
> 
> But removing the following existing line is not, as this matches any potential private part of already existing nbproject directories:
> nbproject/private/

Adding the below will make git ignore a bunch of already existing nbproject files.
nbproject/configurations.xml
nbproject/project.xml

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

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



More information about the build-dev mailing list