chore: add .gitignore, remove build artifacts from tracking
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Verilator build artifacts
|
||||||
|
obj_dir/
|
||||||
|
*/obj_dir/
|
||||||
|
|
||||||
|
# Python cache
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Test framework outputs
|
||||||
|
test_framework/reports/report_*.html
|
||||||
|
test_framework/modules/*/vectors/*.hex
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
Reference in New Issue
Block a user