Updated Branches: refs/heads/master 0d02e33d3 -> fc8fc2a5c
Added gitignore for deps/*.jar so that the files are not added back into the source tree. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/fc8fc2a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/fc8fc2a5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/fc8fc2a5 Branch: refs/heads/master Commit: fc8fc2a5c630f1214f823bb46472727ac4988a69 Parents: cbd4cb3 Author: Chip Childers <[email protected]> Authored: Mon Sep 10 10:38:42 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Mon Sep 10 10:38:42 2012 -0400 ---------------------------------------------------------------------- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fc8fc2a5/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 8a38aee..e5bd155 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ deps/cloud.userlibraries git-remote-https.exe.stackdump *.swp tools/devcloud/devcloudbox/.vagrant +deps/*.jar
