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 - Ignore private project files by default after init VCS
Summary: Ignore private project files by default after init VCS
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-23 16:08 UTC by ilia
Modified: 2016-09-01 17:57 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.