Ignore all logs for rat, not just the ones at root

Git ignores log files, so basically they shouldn't checked in.  This
configures rat to ignore log files also.  Specifically the juniper-contrail
code creates a log file during testing.
This commit is contained in:
Darren Shepherd 2013-11-06 09:50:45 -07:00
parent 68ce3f56ac
commit 0ec6b9ac99

View File

@ -535,7 +535,7 @@
<exclude>CHANGES</exclude>
<exclude>INSTALL.md</exclude>
<exclude>.idea/</exclude>
<exclude>*.log</exclude>
<exclude>**/*.log</exclude>
<exclude>**/*.patch</exclude>
<exclude>**/.classpath</exclude>
<exclude>**/.project</exclude>