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.).
views:
62answers:
1
A:
I always add:
.cproject
.project
which are eclipse generated files.
karlphillip
2010-09-12 14:02:23