mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-06 04:51:23 -07:00
gitignore: ignore pyc and certificate files
This commit is contained in:
parent
dc33d1f858
commit
90ff1d37a7
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,5 +1,11 @@
|
||||||
|
# Python artifacts
|
||||||
|
*.pyc
|
||||||
|
|
||||||
# Responder logs
|
# Responder logs
|
||||||
*.db
|
*.db
|
||||||
*.txt
|
*.txt
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
# Generated certificates and keys
|
||||||
|
certs/*.crt
|
||||||
|
certs/*.key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue