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 2014/07/09 17:22:59 UTC

git commit: ignore thrift and json files

Repository: curator
Updated Branches:
  refs/heads/master 52236f169 -> 4cbb25527


ignore thrift and json files


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

Branch: refs/heads/master
Commit: 4cbb2552783da17f667ba7cf242219ea2f423772
Parents: 52236f1
Author: randgalt <ra...@apache.org>
Authored: Wed Jul 9 10:22:54 2014 -0500
Committer: randgalt <ra...@apache.org>
Committed: Wed Jul 9 10:22:54 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/curator/blob/4cbb2552/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9efb4b5..a18204c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -720,7 +720,8 @@
                         <exclude>**/help.txt</exclude>
                         <exclude>**/*.rdf</exclude>
                         <exclude>**/.gitignore</exclude>
-                        <exclude>**/.thrift</exclude>
+                        <exclude>**/*.thrift</exclude>
+                        <exclude>**/*.json</exclude>
                         <exclude>**/.idea/**</exclude>
                         <exclude>**/DISCLAIMER</exclude>
                         <exclude>**/DEPENDENCIES</exclude>
@@ -764,7 +765,8 @@
                         <exclude>**/*.rdf</exclude>
                         <exclude>**/help.txt</exclude>
                         <exclude>**/.gitignore</exclude>
-                        <exclude>**/.thrift</exclude>
+                        <exclude>**/*.thrift</exclude>
+                        <exclude>**/*.json</exclude>
                         <exclude>**/.idea/**</exclude>
                         <exclude>**/DISCLAIMER</exclude>
                         <exclude>**/DEPENDENCIES</exclude>