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 ------------- Commit messages: - 8256048: Incomplete gitignore setting for netbeans project Changes: https://git.openjdk.java.net/jdk/pull/1122/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1122&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8256048 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jdk/pull/1122.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/1122/head:pull/1122 PR: https://git.openjdk.java.net/jdk/pull/1122