summaryrefslogtreecommitdiffstats
path: root/tools/purify/purify_analyze.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/purify/purify_analyze.py')
-rw-r--r--tools/purify/purify_analyze.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/purify/purify_analyze.py b/tools/purify/purify_analyze.py
index 6865697..68d7667 100644
--- a/tools/purify/purify_analyze.py
+++ b/tools/purify/purify_analyze.py
@@ -629,6 +629,7 @@ class PurifyAnalyze:
if (not os.path.basename(path).startswith(self._name) or
not path.endswith(".txt") or
path.endswith("gtest.txt") or
+ path.endswith("_ignore.txt") or
not os.path.isfile(path)):
continue
msgs = self._MessageHashesFromFile(path)