Add *.md to the RAT exclude list

This commit is contained in:
Ian Duffy 2015-04-11 16:23:03 +01:00
parent 66cded75e0
commit 559b014953

View File

@ -843,6 +843,7 @@
<exclude>tools/ngui/static/js/lib/*</exclude>
<exclude>**/.checkstyle</exclude>
<exclude>scripts/installer/windows/acs_license.rtf</exclude>
<exclude>**/*.md</exclude>
</excludes>
</configuration>
</plugin>