update gitignore - certificate types
This commit is contained in:
parent
4ecee1caca
commit
d8de3f25a6
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,3 +1,7 @@
|
||||||
**/*.pyc
|
**/*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
inv*
|
inv*
|
||||||
|
*.pem
|
||||||
|
*.key
|
||||||
|
*.crt
|
||||||
|
*.cert
|
||||||
|
|
Loading…
Reference in a new issue