Updated Branches: refs/heads/master f7d204105 -> 51784362e
Adding tools/cli/build/ to gitignore Signed-off-by: Chip Childers <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/51784362 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/51784362 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/51784362 Branch: refs/heads/master Commit: 51784362e6fbb76b8d0c80cbdc8929eaaab3a41a Parents: f7d2041 Author: Chip Childers <[email protected]> Authored: Mon Nov 19 14:55:03 2012 -0500 Committer: Chip Childers <[email protected]> Committed: Mon Nov 19 14:55:03 2012 -0500 ---------------------------------------------------------------------- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/51784362/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 5006adb..33f95c7 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ tools/devcloud/devcloudbox/.vagrant tools/cli/cloudmonkey/marvin/ tools/cli/cloudmonkey/precache.py tools/marvin/marvin/cloudstackAPI/ +tools/cli/build/ *.jar *.war *.mar
