Idea code style excluded from licence validator
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b52e47ae Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b52e47ae Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b52e47ae Branch: refs/heads/ignite-sprint-6 Commit: b52e47ae53e905cb67bd3c644bb246e393349652 Parents: 4f500fd Author: agura <ag...@gridgain.com> Authored: Thu Jun 11 14:56:16 2015 +0300 Committer: agura <ag...@gridgain.com> Committed: Thu Jun 11 14:56:16 2015 +0300 ---------------------------------------------------------------------- parent/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b52e47ae/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index f5b73df..b167932 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -626,6 +626,7 @@ <exclude>**/keystore/*.pem</exclude><!--auto generated files--> <exclude>**/keystore/*.pfx</exclude><!--bin-files--> <!--special excludes--> + <exclude>idea/ignite_codeStyle.xml</exclude> <exclude>DEVNOTES.txt</exclude> <exclude>src/main/java/org/apache/ignite/internal/util/offheap/unsafe/GridOffHeapSnapTreeMap.java</exclude><!--BSD license--> <exclude>src/main/java/org/apache/ignite/internal/util/snaptree/*.java</exclude><!--BSD license-->