lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6224] Silently ignore any 'tags' file


From: Greg Chicares
Subject: [lmi-commits] [6224] Silently ignore any 'tags' file
Date: Wed, 29 Jul 2015 14:36:52 +0000

Revision: 6224
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6224
Author:   chicares
Date:     2015-07-29 14:36:51 +0000 (Wed, 29 Jul 2015)
Log Message:
-----------
Silently ignore any 'tags' file

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/test_coding_rules.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-07-29 14:35:56 UTC (rev 6223)
+++ lmi/trunk/ChangeLog 2015-07-29 14:36:51 UTC (rev 6224)
@@ -36418,3 +36418,22 @@
   ihs_avmly.cpp
 Fix defect introduced 20150531T2002Z: wrong DB adjusted.
 
+20150729T1434Z <address@hidden> [508]
+
+  skin_group_carveout2.xrc  [expunged]
+  skin_variable_annuity.xrc [expunged]
+Expunge two disused skins.
+
+20150729T1435Z <address@hidden> [508]
+
+  configurable_settings.cpp
+  configurable_settings_test.cpp
+  wx_test_config_settings.cpp
+Eradicate references to expunged skins.
+
+20150729T1436Z <address@hidden> [508]
+
+  test_coding_rules.cpp
+Silently ignore any 'tags' file. See:
+  http://lists.nongnu.org/archive/html/lmi/2015-07/msg00009.html
+

Modified: lmi/trunk/test_coding_rules.cpp
===================================================================
--- lmi/trunk/test_coding_rules.cpp     2015-07-29 14:35:56 UTC (rev 6223)
+++ lmi/trunk/test_coding_rules.cpp     2015-07-29 14:36:51 UTC (rev 6224)
@@ -225,6 +225,7 @@
         : ".xsd"        == extension() ? e_xml_other
         : ".xsl"        == extension() ? e_xml_other
         : phyloanalyze("^ChangeLog-")  ? e_binary
+        : phyloanalyze("^tags$")       ? e_expungible
         : phyloanalyze("^COPYING$")    ? e_gpl
         : phyloanalyze("^quoted_gpl")  ? e_gpl
         : phyloanalyze("Log$")         ? e_log




reply via email to

[Prev in Thread] Current Thread [Next in Thread]