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 *.rpt
*.bit *.bit
# IceStorm output products
*.bin
# iVerilog output products # iVerilog output products
*.vcd *.vcd
*.out *.out
# Python Packaging output # Python Packaging output products
dist/ dist/
*.egg-info *.egg-info
__pycache__/ __pycache__/