You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2014/09/30 19:59:08 UTC

[9/9] git commit: [FLINK-1118] Exclude log (and crash) files from rat checks.

[FLINK-1118] Exclude log (and crash) files from rat checks.


Project: http://git-wip-us.apache.org/repos/asf/incubator-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-flink/commit/15e59906
Tree: http://git-wip-us.apache.org/repos/asf/incubator-flink/tree/15e59906
Diff: http://git-wip-us.apache.org/repos/asf/incubator-flink/diff/15e59906

Branch: refs/heads/master
Commit: 15e5990624d7ae6a0c17beae04daf4bbfa63e142
Parents: 719e288
Author: Stephan Ewen <se...@apache.org>
Authored: Tue Sep 30 14:36:09 2014 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Tue Sep 30 18:39:59 2014 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/15e59906/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 081ccc0..3077778 100644
--- a/pom.xml
+++ b/pom.xml
@@ -535,6 +535,7 @@ under the License.
 						<!-- Additional files like .gitignore etc.-->
 						<exclude>**/.*</exclude>
 						<exclude>**/*.prefs</exclude>
+						<exclude>**/*.log</exclude>
 						<!-- Resource files which have values. -->
 						<exclude>**/resources/**</exclude>
 						<!-- Configuration Files. -->