GIRAPH-958. .arcconfig needs to be added to rat exclude
Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/d3cdd113 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/d3cdd113 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/d3cdd113 Branch: refs/heads/trunk Commit: d3cdd11384f51253713de47330bef3267b57cabb Parents: d49edb8 Author: Roman Shaposhnik <[email protected]> Authored: Sat Oct 25 22:08:03 2014 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Sun Oct 26 00:19:02 2014 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/d3cdd113/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1833011..fe7db61 100644 --- a/pom.xml +++ b/pom.xml @@ -717,6 +717,7 @@ under the License. <exclude>.reviewboardrc</exclude> <exclude>.git/**</exclude> <exclude>.gitignore</exclude> + <exclude>.arcconfig</exclude> <exclude>*.patch</exclude> <exclude>.idea/**</exclude> <exclude>**/*.iml</exclude>
