mirror of https://github.com/apache/ant-ivy
Exclude some files from the RAT report.
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@826852 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
62502fa48c
commit
92c2d2e25e
|
|
@ -299,6 +299,8 @@
|
|||
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks" reportFile="${rat.report.dir}/rat-report.txt">
|
||||
<fileset dir="${basedir}">
|
||||
<exclude name="build/**/*"/>
|
||||
<exclude name="**/*.sha1"/>
|
||||
<exclude name="**/*.md5"/>
|
||||
</fileset>
|
||||
</rat:report>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue