Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是使用 Eclipse(用于 C++ 的 CDT)的新手,并且希望将任何提示或指向一组好的默认项添加到我的忽略列表中(例如,在 MS Visual Studio 中,我通常添加*.suo,*.ncb等)。
*.suo
*.ncb
我总是补充:
.cproject .project
这是eclipse生成的文件。