Repository: systemml Updated Branches: refs/heads/master eecfe1025 -> 1df744d77
[HOTFIX] Exclude new ANTLR-generated *.interp files from rat check Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/1df744d7 Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/1df744d7 Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/1df744d7 Branch: refs/heads/master Commit: 1df744d777506c6805db68dc22e8421bf9dd00a7 Parents: eecfe10 Author: Matthias Boehm <[email protected]> Authored: Sat Mar 10 00:54:40 2018 -0800 Committer: Matthias Boehm <[email protected]> Committed: Sat Mar 10 00:54:58 2018 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/1df744d7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 429c399..75625a9 100644 --- a/pom.xml +++ b/pom.xml @@ -860,6 +860,7 @@ <exclude>**/*.ipynb</exclude> <!-- Generated antlr files --> <exclude>src/main/java/*.tokens</exclude> + <exclude>**/*.interp</exclude> <!-- Generated python files --> <exclude>src/main/python/systemml.egg-info/**</exclude> <!-- Sphinx reStructuredText files -->
