>From 498b6f25b8657cb4954109b0a4487905ae54f0aa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 16 Jul 2015 18:48:47 +0200 Subject: [PATCH] Recognize and ignore "tags" file in the coding rules test. This file is commonly created to facilitate the project navigation using vi-like editors and should be just ignored. --- test_coding_rules.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test_coding_rules.cpp b/test_coding_rules.cpp index 4c13c7d..89e6bb3 100644 --- a/test_coding_rules.cpp +++ b/test_coding_rules.cpp @@ -233,6 +233,7 @@ class file : phyloanalyze("^md5sums$") ? e_md5 : phyloanalyze("^INSTALL$") ? e_synopsis : phyloanalyze("^README") ? e_synopsis + : phyloanalyze("^tags$") ? e_expungible : phyloanalyze("^eraseme") ? e_ephemeral : throw std::runtime_error("File is unexpectedly uncategorizable.") ; -- 2.1.0