I recently started using lcov to visualize my code coverage. It\'s a great tool.
One thing I\'m noticing is that it generates code coverage reports for all the file
lcov supports a command line argument --remove to do exactly what you are asking for.