mirror of
https://github.com/JGoyd/CS35L27-Covert-Channel-Analysis.git
synced 2026-02-12 17:22:48 +00:00
27 lines
286 B
Plaintext
27 lines
286 B
Plaintext
# General
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
.DS_Store
|
|
Thumbs.db
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.env*
|
|
# Binaries
|
|
*.bin
|
|
*.elf
|
|
*.hex
|
|
# Reports
|
|
reports/*.pdf
|
|
reports/*.html
|
|
# Scripts
|
|
scripts/*.sh
|
|
scripts/*.bat
|
|
scripts/*.pyc
|
|
# Firmware Dumps
|
|
firmware_dumps/*.bin
|
|
firmware_dumps/*.img
|
|
traces/*.dat
|
|
traces/*.log
|