diff options
author | whitequark <whitequark@whitequark.org> | 2021-03-05 04:46:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 04:46:24 -0800 |
commit | 0dfc7130bbce6a62a4ffd1c7671c0c1f7a80ee89 (patch) | |
tree | b2517e72886357ac92b3bf41d71965b035f82697 /icebram | |
parent | 7afc64b480212c9ac2ce7cb1622731a69a7d212c (diff) | |
parent | 529759c4bdb9d6abc1759a75591863b46b4f2c11 (diff) | |
download | icestorm-0dfc7130bbce6a62a4ffd1c7671c0c1f7a80ee89.tar.gz icestorm-0dfc7130bbce6a62a4ffd1c7671c0c1f7a80ee89.tar.bz2 icestorm-0dfc7130bbce6a62a4ffd1c7671c0c1f7a80ee89.zip |
Merge pull request #279 from YosysHQ/update-gitignore
Add more build products to .gitignore
Diffstat (limited to 'icebram')
-rw-r--r-- | icebram/.gitignore | 2 |
1 files changed, 2 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 |