You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by jv...@apache.org on 2018/06/21 13:09:30 UTC

[trafficcontrol] 04/04: exception for svg file

This is an automated email from the ASF dual-hosted git repository.

jvd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 0f9dfb9c635da8eedfec141bef03a514281739d3
Author: Dan Kirkwood <da...@apache.org>
AuthorDate: Wed Jun 20 14:21:30 2018 -0600

    exception for svg file
---
 .rat-excludes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.rat-excludes b/.rat-excludes
index e461914..4c270fd 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -26,7 +26,7 @@ keystore.*(?:                        keystore ){0}
 README.*(?:                          Readme's don't usually require a separate license. ){0}
 CHANGELOG.*(?:                       Changelogs don't usually require a separate license. ){0}
 Result(?:                            traffic_ops/app/lib/Schema/Result contains only generated code ){0}
-.*\.(?:png|gif|ico|jpe?g)?(?:        Images don't bear their own license information. ){0}
+.*\.(?:png|gif|ico|jpe?g|svg)?(?:    Images don't bear their own license information. ){0}
 sphinx_rtd_theme(?:                  MIT. Properly documented in LICENSE ){0}
 selenium(?:                          MIT. Properly documented in LICENSE ){0}
 gmx(?:                               MIT. Properly documented in LICENSE ){0}