Added .gitignore to ignore maven target folders.
Project: http://git-wip-us.apache.org/repos/asf/river-container/repo Commit: http://git-wip-us.apache.org/repos/asf/river-container/commit/5bbf0dcd Tree: http://git-wip-us.apache.org/repos/asf/river-container/tree/5bbf0dcd Diff: http://git-wip-us.apache.org/repos/asf/river-container/diff/5bbf0dcd Branch: refs/heads/master Commit: 5bbf0dcd46d4f814906e2574e36af94c3006dcd9 Parents: 9ab0109 Author: Greg Trasuk <[email protected]> Authored: Mon May 27 03:59:30 2013 -0400 Committer: Greg Trasuk <[email protected]> Committed: Mon May 27 03:59:30 2013 -0400 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/river-container/blob/5bbf0dcd/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..61f9919 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*/target/**
