Added some exclusions to the RAT report to avoid build artifacts being interpreted as code artifacts

This commit is contained in:
Chip Childers 2012-10-03 20:18:17 -04:00
parent 5ff1c52e40
commit 7bd31e2894

View File

@ -187,18 +187,24 @@
<excludeSubProjects>false</excludeSubProjects> <excludeSubProjects>false</excludeSubProjects>
<excludes> <excludes>
<exclude>INSTALL.md</exclude> <exclude>INSTALL.md</exclude>
<exclude>**/.classpath</exclude>
<exclude>**/.project</exclude>
<exclude>**/.settings/**</exclude>
<exclude>.metadata/**</exclude>
<exclude>.git/**</exclude> <exclude>.git/**</exclude>
<exclude>.gitignore</exclude> <exclude>.gitignore</exclude>
<exclude>**/*.crt</exclude> <exclude>**/*.crt</exclude>
<exclude>**/*.csr</exclude> <exclude>**/*.csr</exclude>
<exclude>**/*.key</exclude> <exclude>**/*.key</exclude>
<exclude>**/authorized_keys</exclude> <exclude>**/authorized_keys</exclude>
<exclude>**/*.war</exclude>
<exclude>**/*.mar</exclude> <exclude>**/*.mar</exclude>
<exclude>**/*.jar</exclude> <exclude>**/*.jar</exclude>
<exclude>**/*.iso</exclude> <exclude>**/*.iso</exclude>
<exclude>**/*.tgz</exclude> <exclude>**/*.tgz</exclude>
<exclude>**/*.zip</exclude> <exclude>**/*.zip</exclude>
<exclude>**/target/**</exclude> <exclude>**/target/**</exclude>
<exclude>**/.vagrant</exclude>
<exclude>build/build.number</exclude> <exclude>build/build.number</exclude>
<exclude>console-proxy/js/jquery.js</exclude> <exclude>console-proxy/js/jquery.js</exclude>
<exclude>debian/compat</exclude> <exclude>debian/compat</exclude>