Github user matthiasblaesing commented on the issue:
https://github.com/apache/incubator-netbeans/pull/46
One additional thing I'd add is:
- `*/nbproject/private/**` (the files are per user and should not be
distributed)
I would also not match with `**/nbproject` but `*/nbproject`. This way you
wont accidentally match wrong files.---
