| File | Lines added | Lines deleted |
|---|---|---|
| src/GcovImporter.cpp | 2 | 1 |
| File src/GcovImporter.cpp changed (mode: 100644) (index 1d8d670..bd989ee) | |||
| ... | ... | GcovImporter::GcovImporter(const std::string &root, | |
| 59 | 59 | ".m", ".mm", | ".m", ".mm", |
| 60 | 60 | }; | }; |
| 61 | 61 | std::unordered_set<std::string> skipDirs = { | std::unordered_set<std::string> skipDirs = { |
| 62 | ".git", ".hg", ".svn", | ||
| 62 | ".git", ".hg", ".svn", // Various version control systems. | ||
| 63 | ".deps" // Dependency tracking of automake. | ||
| 63 | 64 | }; | }; |
| 64 | 65 | ||
| 65 | 66 | std::vector<std::string> cmd = { | std::vector<std::string> cmd = { |