summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2016-10-21Ignore files created by run_unit_tests.shCédric Ollivier1-0/+6
It mainly ignores functest_venv and files created by nose and coverage. Change-Id: If2695716c35b25b84774cf00c298229d803c9c21 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2016-10-17Ignore rally_conf.jsonCédric Ollivier1-0/+1
As rally_conf.json is created from where run_tests.py is launched, we cannot set an absolute path. Change-Id: I66c5a9644dc41ba91e90ffb5eecfc6b0ebebf204 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2016-07-26add .idea directory to gitignoreSerenaFeng1-0/+1
ignore .idea created by using pycharm JIRA: FUNCTEST-386 Change-Id: I425b4525ea16cafc2883f165efd2293a8adb13fb Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2016-04-25Add untracked files to ignoreCédric Ollivier1-0/+3
.gitignore also lists pyc, .project and .pydevproject files Change-Id: Ica9997b54476108f2fcea865e10f3faef831a852 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2016-01-08add .gitignoreRyota MIBU1-0/+5
Change-Id: I0f9163ed89cdf0fd5e29a2eea50b503a8e576d0b Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>