On Mon, 9 Nov 2020 18:03:31 GMT, Erik Joelsson <[email protected]> wrote:
>> 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 Got it. Thanks @erikj79 for your kind explanation. Updated. ------------- PR: https://git.openjdk.java.net/jdk/pull/1122
