Updated Branches: refs/heads/4.3 71993c10d -> 8c6111736
Added log directory to .gitignore Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1585b23e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1585b23e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1585b23e Branch: refs/heads/4.3 Commit: 1585b23eb33e8a76d9476b2fa0fe6f153a5a86ac Parents: 71993c1 Author: Alena Prokharchyk <[email protected]> Authored: Mon Nov 11 09:15:53 2013 -0800 Committer: Alena Prokharchyk <[email protected]> Committed: Tue Nov 12 11:02:55 2013 -0800 ---------------------------------------------------------------------- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1585b23e/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 5efa7bb..8e3b052 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Licensed to the Apache Software Foundation (ASF) under one +G# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file @@ -83,3 +83,5 @@ build-indep-stamp configure-stamp *_flymake.js engine/storage/integration-test/test-output +tools/apidoc/log/ +log/
