From 0ec6b9ac9947e82ced948445bf6c14c0966e731b Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Wed, 6 Nov 2013 09:50:45 -0700 Subject: [PATCH] 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ea62c28e0f..2cee0840696 100644 --- a/pom.xml +++ b/pom.xml @@ -535,7 +535,7 @@ CHANGES INSTALL.md .idea/ - *.log + **/*.log **/*.patch **/.classpath **/.project