gitignore: ignore pythonic eggs and marvin in cli Signed-off-by: Rohit Yadav <[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/ff9e6092 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ff9e6092 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ff9e6092 Branch: refs/heads/master Commit: ff9e60929cf56f7a8f2290b64211060895439123 Parents: d72d3ee Author: Rohit Yadav <[email protected]> Authored: Wed Oct 31 23:01:43 2012 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Oct 31 23:19:10 2012 +0530 ---------------------------------------------------------------------- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ff9e6092/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 1a645d9..8246476 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ dist/ cloud-*.tar.bz2 *.log *.pyc +*.egginfo/ build.number api.log.*.gz cloud.log.*.* @@ -45,6 +46,7 @@ deps/awsapi-lib/ git-remote-https.exe.stackdump *.swp tools/devcloud/devcloudbox/.vagrant +tools/cli/cloudmonkey/marvin/ *.jar *.war *.mar
