Repository: camel
Updated Branches:
refs/heads/camel-2.15.x e3f88794d -> cdf6cf971
refs/heads/master a0df62392 -> 71caabc6a
Add to git ignore for example
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/71caabc6
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/71caabc6
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/71caabc6
Branch: refs/heads/master
Commit: 71caabc6a21c985ac9b06e7860dc9762646d2b1a
Parents: a0df623
Author: Claus Ibsen <davsclaus@apache.org>
Authored: Mon Aug 3 12:13:48 2015 +0200
Committer: Claus Ibsen <davsclaus@apache.org>
Committed: Mon Aug 3 12:14:49 2015 +0200
----------------------------------------------------------------------
examples/camel-example-aggregate/.gitignore | 2 ++
examples/camel-example-aggregate/data/hawtdb.dat | Bin 602400 -> 0 bytes
2 files changed, 2 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/camel/blob/71caabc6/examples/camel-example-aggregate/.gitignore
----------------------------------------------------------------------
diff --git a/examples/camel-example-aggregate/.gitignore b/examples/camel-example-aggregate/.gitignore
new file mode 100644
index 0000000..43caf43
--- /dev/null
+++ b/examples/camel-example-aggregate/.gitignore
@@ -0,0 +1,2 @@
+data
+data/hawtdb.data
http://git-wip-us.apache.org/repos/asf/camel/blob/71caabc6/examples/camel-example-aggregate/data/hawtdb.dat
----------------------------------------------------------------------
diff --git a/examples/camel-example-aggregate/data/hawtdb.dat b/examples/camel-example-aggregate/data/hawtdb.dat
deleted file mode 100644
index abca5d9..0000000
Binary files a/examples/camel-example-aggregate/data/hawtdb.dat and /dev/null differ
|