update .gitignore for icestorm output

This commit is contained in:
Fischer Moseley 2023-04-02 23:19:35 -04:00
parent 1b27a6f948
commit ef47b1baf0
1 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@ -7,11 +7,14 @@
*.rpt
*.bit
# IceStorm output products
*.bin
# iVerilog output products
*.vcd
*.out
# Python Packaging output
# Python Packaging output products
dist/
*.egg-info
__pycache__/