Update gitignore to add passwd in tests
Update gitignore to add passwd in tests
This commit is contained in:
parent
410332751f
commit
d504a248fb
3 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -13,6 +13,8 @@ tests/*
|
||||||
!tests/test*
|
!tests/test*
|
||||||
!tests/test_certs
|
!tests/test_certs
|
||||||
!tests/pytest.ini
|
!tests/pytest.ini
|
||||||
|
!tests/passwd
|
||||||
|
!tests/passwd_bad
|
||||||
|
|
||||||
# Ignore logs/data/certs
|
# Ignore logs/data/certs
|
||||||
logs/*
|
logs/*
|
||||||
|
|
|
||||||
1
tests/passwd
Normal file
1
tests/passwd
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
test-client:$6$e9026a738b07b5a1$WaoYMI61aIPhhjfe3FG3uzV1oqyRdLi/TvLbBbvvzFyJ7T6PrileHGkzKkJUMLGQm/dhcq0fUT8mcu2kVcjbX/
|
||||||
1
tests/passwd_bad
Normal file
1
tests/passwd_bad
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
test-client:badhash
|
||||||
Loading…
Add table
Add a link
Reference in a new issue