Search code examples
c++eclipseeclipse-cdt

Exclude from build in Eclipse


I have c++ project in my Eclipse with some files marked with "exclude resource from build". Is possible somehow export and then import these Excludes?


Solution

  • The excludes are stored in .cproject, so you can save/edit/etc this file to achieve what you want.