Skip to content

Commit 0ec6b9a

Browse files
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.
1 parent 68ce3f5 commit 0ec6b9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
<exclude>CHANGES</exclude>
536536
<exclude>INSTALL.md</exclude>
537537
<exclude>.idea/</exclude>
538-
<exclude>*.log</exclude>
538+
<exclude>**/*.log</exclude>
539539
<exclude>**/*.patch</exclude>
540540
<exclude>**/.classpath</exclude>
541541
<exclude>**/.project</exclude>

0 commit comments

Comments
 (0)