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.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0ec6b9ac Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0ec6b9ac Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0ec6b9ac Branch: refs/heads/master Commit: 0ec6b9ac9947e82ced948445bf6c14c0966e731b Parents: 68ce3f5 Author: Darren Shepherd <[email protected]> Authored: Wed Nov 6 09:50:45 2013 -0700 Committer: Darren Shepherd <[email protected]> Committed: Wed Nov 6 09:50:45 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0ec6b9ac/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6ea62c2..2cee084 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
