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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4dd055c  Exclude *.sxi and *.sxw from Apache RAT verification
4dd055c is described below

commit 4dd055c5d0ef4e8f5a5bade99a7811c6d2fae2dc
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Fri Aug 2 18:46:54 2019 +0300

    Exclude *.sxi and *.sxw from Apache RAT verification
---
 rat-excludes.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rat-excludes.txt b/rat-excludes.txt
index ae494de..3762eb6 100644
--- a/rat-excludes.txt
+++ b/rat-excludes.txt
@@ -35,3 +35,6 @@ test/resources/**
 #**/*.log
 **/download_jmeter.cgi
 xdocs/extending/HTML_REPORT_README.TXT
+# Rat should automatically detect below files as binary, however it fails
+**/*.sxi
+**/*.sxw

Reply via email to