summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2019-04-19Add IDE files to gitignore listGaurav Agrawal1-3/+12
Added IDE related files to gitignore list Change-Id: Ic5cdabed57f600f9252e09026d877e96c6242d33 Issue-ID: MULTICLOUD-569 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
2018-11-07Add tox env to generate documentationVictor Morales1-0/+3
The process to generate HTML documentation can be automated with tox. This chage covers the basics instructions. In order to test this is necessary to have python tox module and run the following command in the multivimbroker folder $ tox -e docs Change-Id: I9540f6234a85e4775a482efd9dda9da1ec615591 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: DOC-300
2018-03-25Ignore vscode in gitEthan Lynn1-0/+1
Ignore vscode in git Change-Id: I80b46d60c405d64d5dd74afa4d145356eea1c6e0 Issue-ID: MULTICLOUD-198 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-03-23Ingore swp file in gitBin Sun1-0/+1
So that dump file will not be checked by git. Change-Id: I978c145a8d98742a2e736119d4334d6be014416d Issue-ID: MULTICLOUD-173 Signed-off-by: Bin Sun <bins@vmware.com>
2017-09-01Add code coverage for multicloud frameworkHong Hui Xiao1-0/+6
Since multicloud projects are Django projects essentially, use the mechanism from Django to check code coverage. Change-Id: I850e64e601f9cf4d26222a2a2295ec005dfea474 Issue-Id: MULTICLOUD-71 Signed-off-by: Hong Hui Xiao <honghui_xiao@yeah.net>
2017-02-23Update tag to be more genericBin Yang1-1/+6
Rename tag, and add gitreview to enable git review command Change-Id: Ifb2bf08d02f9f562fdd8a66e799b7fdc8963e587 Issue-Id: MULTIVIM-16 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2017-02-22Setup micro-service of multivim brokerBin Yang1-0/+2
Change-Id: I692cd7f79460ac2a782e995031196ea8396e68ca Issue-Id: MULTIVIM-16 Signed-off-by: Bin Yang <bin.yang@windriver.com>