Repository: ambari Updated Branches: refs/heads/branch-2.1 2eaac094c -> e387a3839
AMBARI-10355. Ignore eclipse files in Rat configuration. (Jonathan Halterman via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e387a383 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e387a383 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e387a383 Branch: refs/heads/branch-2.1 Commit: e387a3839a07f9c06375875af93f9c253daa2e7c Parents: 2eaac09 Author: Yusaku Sako <[email protected]> Authored: Tue Jun 16 16:52:27 2015 -0700 Committer: Yusaku Sako <[email protected]> Committed: Tue Jun 16 16:53:06 2015 -0700 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e387a383/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 513f780..c698654 100644 --- a/pom.xml +++ b/pom.xml @@ -265,6 +265,9 @@ <exclude>version</exclude> <!--IDE and GIT files--> <exclude>**/.idea/</exclude> + <exclude>**/.classpath/</exclude> + <exclude>**/.project/</exclude> + <exclude>**/.settings/</exclude> <exclude>.git/</exclude> <exclude>.pydevproject</exclude> <exclude>**/.gitignore</exclude> @@ -272,12 +275,9 @@ <exclude>**/.gitkeep</exclude> <exclude>**/.jshintrc</exclude> <exclude>**/.editorconfig</exclude> - <!--gitignore content--> + <!--gitignore content--> <exclude>.DS_Store</exclude> <exclude>**/*.iml</exclude> - <exclude>.classpath</exclude> - <exclude>.project</exclude> - <exclude>.settings</exclude> <exclude>*.pyc</exclude> <exclude>*.py~</exclude> <exclude>.hg</exclude>
