Add functional_creds.conf to .gitignore

This patch adds two files to .gitignore.
*  `functional_creds.conf` is used for functional test
* `functional-tests.log` is generated by functional test

Change-Id: Ie21e8e20078770746117a8976444d9a72fd45d55
Closes-Bug: #1508797
This commit is contained in:
OTSUKA, Yuanying 2015-10-22 15:33:23 +09:00
parent e5dd25cf22
commit d35affa2b6
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -29,6 +29,10 @@ nosetests.xml
.testrepository
.venv
# Functional test
functional-tests.log
functional_creds.conf
# Translations
*.mo