On Mon, 9 Nov 2020 12:07:37 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
This pull request has now been integrated. Changeset: 52805f52 Author: Jie Fu <[email protected]> URL: https://git.openjdk.java.net/jdk/commit/52805f52 Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod 8256048: Incomplete gitignore setting for netbeans project Reviewed-by: erikj ------------- PR: https://git.openjdk.java.net/jdk/pull/1122
