aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2021-03-05 04:46:24 -0800
committerGitHub <noreply@github.com>2021-03-05 04:46:24 -0800
commit0dfc7130bbce6a62a4ffd1c7671c0c1f7a80ee89 (patch)
treeb2517e72886357ac92b3bf41d71965b035f82697
parent7afc64b480212c9ac2ce7cb1622731a69a7d212c (diff)
parent529759c4bdb9d6abc1759a75591863b46b4f2c11 (diff)
downloadicestorm-0dfc7130bbce6a62a4ffd1c7671c0c1f7a80ee89.tar.gz
icestorm-0dfc7130bbce6a62a4ffd1c7671c0c1f7a80ee89.tar.bz2
icestorm-0dfc7130bbce6a62a4ffd1c7671c0c1f7a80ee89.zip
Merge pull request #279 from YosysHQ/update-gitignore
Add more build products to .gitignore
-rw-r--r--icebram/.gitignore2
-rw-r--r--icemulti/.gitignore1
-rw-r--r--icepack/.gitignore3
-rw-r--r--icepll/.gitignore1
4 files changed, 7 insertions, 0 deletions
diff --git a/icebram/.gitignore b/icebram/.gitignore
index 10fbc8a..d329cf5 100644
--- a/icebram/.gitignore
+++ b/icebram/.gitignore
@@ -11,3 +11,5 @@ demo_tb.v
icebram
icebram.d
icebram.o
+icebram.exe
+icebram.wasm
diff --git a/icemulti/.gitignore b/icemulti/.gitignore
index 9254c71..43ef5a2 100644
--- a/icemulti/.gitignore
+++ b/icemulti/.gitignore
@@ -1,4 +1,5 @@
icemulti
icemulti.exe
+icemulti.wasm
icemulti.o
icemulti.d
diff --git a/icepack/.gitignore b/icepack/.gitignore
index ef4173d..a277e88 100644
--- a/icepack/.gitignore
+++ b/icepack/.gitignore
@@ -1,5 +1,8 @@
icepack
icepack.exe
+icepack.wasm
iceunpack
+iceunpack.exe
+iceunpack.wasm
icepack.o
icepack.d
diff --git a/icepll/.gitignore b/icepll/.gitignore
index 418d25b..8ed93c2 100644
--- a/icepll/.gitignore
+++ b/icepll/.gitignore
@@ -1,4 +1,5 @@
icepll
icepll.exe
+icepll.wasm
icepll.o
icepll.d