Updated Branches: refs/heads/master d947b3d62 -> c594ed68a
Adding git ignore rules for several binary file types that we have chosen to exclude from 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/c594ed68 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c594ed68 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c594ed68 Branch: refs/heads/master Commit: c594ed68afd4a7451421454f63495acd9c24628a Parents: d947b3d Author: Chip Childers <[email protected]> Authored: Fri Sep 21 10:59:07 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Fri Sep 21 10:59:07 2012 -0400 ---------------------------------------------------------------------- .gitignore | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c594ed68/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index d772031..3db1674 100644 --- a/.gitignore +++ b/.gitignore @@ -45,10 +45,13 @@ deps/awsapi-lib/ git-remote-https.exe.stackdump *.swp tools/devcloud/devcloudbox/.vagrant -deps/*.jar -deps/*.war -deps/*.mar *.jar +*.war +*.mar +*.zip +*.iso +*.tar.gz +*.tgz awsapi/modules/* !.gitignore .classpath
