Add brooklyn-persisted-state to .gitignore
Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/4e2e24b8 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/4e2e24b8 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/4e2e24b8 Branch: refs/heads/0.7.0-incubating Commit: 4e2e24b80c618ac166fd93146e56911fe75cb159 Parents: af83959 Author: Aled Sage <[email protected]> Authored: Thu Feb 6 08:16:35 2014 +0000 Committer: Aled Sage <[email protected]> Committed: Mon Feb 10 22:40:15 2014 +0000 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn/blob/4e2e24b8/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 3a270a0..045e2de 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,6 @@ prodDb.* *.log brooklyn*.log.* +*brooklyn-persisted-state/ + ignored
