Update gitignore to add passwd in tests

Update gitignore to add passwd in tests
This commit is contained in:
Brian Martin 2019-12-30 11:54:03 -05:00
parent 410332751f
commit d504a248fb
3 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View file

@ -13,6 +13,8 @@ tests/*
!tests/test*
!tests/test_certs
!tests/pytest.ini
!tests/passwd
!tests/passwd_bad
# Ignore logs/data/certs
logs/*