This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 267685

Summary: Ignore private project files by default after init VCS
Product: cnd Reporter: ilia
Component: ProjectAssignee: ilia
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description ilia 2016-08-23 16:08:44 UTC
1) Create sample managed C++ project
2) Build
3) Init git repository
4) Commit

-----------------------------------------
NB suggests to commit even those all project files even those that shouldn't be commited.

Like 
nbproject/private/Makefile-variables.mk
nbproject/private/configurations.xml
...

(more generally, the whole private directory)
.dep.inc
etc ...

Considering the fact that build and dist folders are ignored by default i believe there's an easy way to ignore these redundant files.