views:

62

answers:

1

I'm new to using Eclipse (CDT for C++ use) and would like any hints or pointers to a good default set of items to add to my ignore list (e.g. in MS Visual Studio I typically add *.suo, *.ncb, etc.).

A: 

I always add:

.cproject
.project

which are eclipse generated files.

karlphillip