Add more build products to .gitignore.

This commit is contained in:
whitequark 2021-03-05 12:42:32 +00:00
parent 7afc64b480
commit 529759c4bd
4 changed files with 7 additions and 0 deletions

2
icebram/.gitignore vendored
View File

@ -11,3 +11,5 @@ demo_tb.v
icebram icebram
icebram.d icebram.d
icebram.o icebram.o
icebram.exe
icebram.wasm

1
icemulti/.gitignore vendored
View File

@ -1,4 +1,5 @@
icemulti icemulti
icemulti.exe icemulti.exe
icemulti.wasm
icemulti.o icemulti.o
icemulti.d icemulti.d

3
icepack/.gitignore vendored
View File

@ -1,5 +1,8 @@
icepack icepack
icepack.exe icepack.exe
icepack.wasm
iceunpack iceunpack
iceunpack.exe
iceunpack.wasm
icepack.o icepack.o
icepack.d icepack.d

1
icepll/.gitignore vendored
View File

@ -1,4 +1,5 @@
icepll icepll
icepll.exe icepll.exe
icepll.wasm
icepll.o icepll.o
icepll.d icepll.d