On Mon, 9 Nov 2020 23:31:09 GMT, Jie Fu <[email protected]> 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
