You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/11/05 02:38:57 UTC

git commit: ignore rdf files

Updated Branches:
  refs/heads/master eae2332dc -> 2914dc730


ignore rdf files


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/2914dc73
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/2914dc73
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/2914dc73

Branch: refs/heads/master
Commit: 2914dc7307b5b79fbc3a194dee4c422c04b35658
Parents: eae2332
Author: randgalt <ra...@apache.org>
Authored: Mon Nov 4 17:38:52 2013 -0800
Committer: randgalt <ra...@apache.org>
Committed: Mon Nov 4 17:38:52 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/curator/blob/2914dc73/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c36caf7..b21f4f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -493,6 +493,7 @@
                         <exclude>**/*.confluence</exclude>
                         <exclude>**/.gitignore</exclude>
                         <exclude>**/.idea/**</exclude>
+                        <exclude>**/.rdf/**</exclude>
                         <exclude>**/DISCLAIMER</exclude>
                         <exclude>**/DEPENDENCIES</exclude>
                         <exclude>**/KEYS</exclude>
@@ -535,6 +536,7 @@
                         <exclude>**/*.confluence</exclude>
                         <exclude>**/.gitignore</exclude>
                         <exclude>**/.idea/**</exclude>
+                        <exclude>**/.rdf/**</exclude>
                         <exclude>**/DISCLAIMER</exclude>
                         <exclude>**/DEPENDENCIES</exclude>
                         <exclude>**/KEYS</exclude>