Add test_cert.pem to .gitignore

This change adds the test_cert.pem file created when
running unit tests to .gitignore in order to not have
it show up when adding changes in git.

Change-Id: I977055e39f866ce32cf567ca9c946c0cce2bb59c
This commit is contained in:
Gage Hugo 2017-09-13 16:07:05 -05:00
parent cb0fd7801f
commit e81e55aca8
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -19,4 +19,5 @@ dist
!.coveragerc
cover/
.idea
ec2api/tests/unit/test_cert.pem