diff options
| author | myrtle <gatecat@ds0.me> | 2022-09-15 12:37:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-15 12:37:29 +0200 |
| commit | a545498d6fd0a28a006976293917115037d4628c (patch) | |
| tree | dcb5191f0f33237ae561bfad064bd20fc397e728 /examples/icemulti/.gitignore | |
| parent | 2bc541743ada3542c6da36a50e66303b9cbd2059 (diff) | |
| parent | ca43729f124466b816f922842353feeb3f6f8e84 (diff) | |
Merge pull request #302 from YosysHQ/aki/rm_arachne
Replaced instances of `arachne-pnr` with the `nextpnr-ice40` equivalent
Diffstat (limited to 'examples/icemulti/.gitignore')
| -rw-r--r-- | examples/icemulti/.gitignore | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/examples/icemulti/.gitignore b/examples/icemulti/.gitignore index 5ae574e..82b6627 100644 --- a/examples/icemulti/.gitignore +++ b/examples/icemulti/.gitignore @@ -1,4 +1,6 @@ -/app?.asc -/app?.bin -/app?.blif -/config.bin +* +!.gitignore +!app?.v +!icestick.pcf +!Makefile +!README |
