On Mon, 9 Nov 2020 18:02:32 GMT, Erik Joelsson <[email protected]> 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
