mirror of
https://github.com/JGoyd/CS35L27-Covert-Channel-Analysis.git
synced 2026-06-06 16:53:54 +02:00
Initialize folder structure with .gitkeep files and add .gitignore in root.
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user