Searched refs:IgnoreFile (Results 1 – 1 of 1) sorted by relevance
628 std::ifstream IgnoreFile{Path.c_str()}; in isIgnored() local629 if (!IgnoreFile.good()) in isIgnored()634 for (std::string Line; std::getline(IgnoreFile, Line);) { in isIgnored()