mirror of
https://github.com/lgandx/Responder.git
synced 2025-12-07 21:21:34 +00:00
gitignore: ignore pyc and certificate files
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user