added Eclipse Workspace metadata folder to gitignore
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/517f76e2 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/517f76e2 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/517f76e2 Branch: refs/heads/develop Commit: 517f76e2ddc72f5e1aaaa78b99af50e3b43005cb Parents: 888a592 Author: Rupert Westenthaler <[email protected]> Authored: Wed Feb 26 12:05:37 2014 +0100 Committer: Rupert Westenthaler <[email protected]> Committed: Wed Feb 26 12:05:37 2014 +0100 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/517f76e2/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 39fd385..872c23e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ target target/* .idea .idea/** +.metadata +.metadata/**
