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 /icepll | |
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 'icepll')
-rw-r--r-- | icepll/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |