Repository: ambari Updated Branches: refs/heads/trunk 94c091e28 -> c9c93c5b9
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/c9c93c5b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c9c93c5b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c9c93c5b Branch: refs/heads/trunk Commit: c9c93c5b9462d5e36a584acc51f49358b80b5c01 Parents: 94c091e Author: Yusaku Sako <yus...@hortonworks.com> Authored: Tue Jun 16 16:52:27 2015 -0700 Committer: Yusaku Sako <yus...@hortonworks.com> Committed: Tue Jun 16 16:52:27 2015 -0700 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c9c93c5b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3972dd0..47eac31 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>