Build software correctly, ignore debugger files
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -1,4 +1,22 @@
|
||||
.vscode
|
||||
.~lock*
|
||||
|
||||
.user_venv/
|
||||
.user_venv/
|
||||
|
||||
|
||||
# Software build files
|
||||
*.map
|
||||
*.list
|
||||
*.bin
|
||||
*.o
|
||||
|
||||
|
||||
# Efinix Debugger
|
||||
*.log*
|
||||
*.vcd
|
||||
*.gtkw
|
||||
*debug_profile*
|
||||
|
||||
|
||||
*.mem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user