chore: add pcap files to gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,6 +1,7 @@
|
|||||||
/manuals/
|
/manuals/
|
||||||
/data/
|
/data/
|
||||||
/SLM-stress-test/stress_test_logs/
|
/SLM-stress-test/stress_test_logs/
|
||||||
|
/SLM-stress-test/tcpdump-runs/
|
||||||
|
|
||||||
# Python cache
|
# Python cache
|
||||||
__pycache__/
|
__pycache__/
|
||||||
@@ -13,3 +14,5 @@ __pycache__/
|
|||||||
*.egg-info/
|
*.egg-info/
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
|
|
||||||
|
*.pcap
|
||||||
Reference in New Issue
Block a user