You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/02/25 15:01:06 UTC

[18/43] incubator-tinkerpop git commit: Ignoring rat on eclipse and appveyor files

Ignoring rat on eclipse and appveyor files


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/92edead8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/92edead8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/92edead8

Branch: refs/heads/TINKERPOP-1107
Commit: 92edead8ba8c34516e4ecc3febcf60a8be8a6024
Parents: c193d53
Author: Marvin H Froeder <ma...@vizexplorer.com>
Authored: Thu Jan 21 13:46:05 2016 +1300
Committer: Marvin Froeder <ma...@vizexplorer.com>
Committed: Mon Feb 22 09:30:54 2016 +1300

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/92edead8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8f0bb2b..62eb81c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,6 +264,10 @@ limitations under the License.
                     <excludeSubProjects>false</excludeSubProjects>
                     <excludes>
                         <exclude>.travis.yml</exclude>
+                        <exclude>appveyor.yml</exclude>
+                        <exclude>**/.classpath</exclude>
+                        <exclude>**/.project</exclude>
+                        <exclude>**/.settings/**</exclude>
                         <exclude>.repository/**</exclude>
                         <exclude>docs/static/**</exclude>
                         <exclude>**/target/**</exclude>