diff options
author | Aki Van Ness <aki@lethalbit.net> | 2022-09-15 06:32:45 -0400 |
---|---|---|
committer | Aki Van Ness <aki@lethalbit.net> | 2022-09-15 06:32:45 -0400 |
commit | ca43729f124466b816f922842353feeb3f6f8e84 (patch) | |
tree | dcb5191f0f33237ae561bfad064bd20fc397e728 /examples/up5k_rgb/.gitignore | |
parent | 2bc541743ada3542c6da36a50e66303b9cbd2059 (diff) | |
download | icestorm-ca43729f124466b816f922842353feeb3f6f8e84.tar.gz icestorm-ca43729f124466b816f922842353feeb3f6f8e84.tar.bz2 icestorm-ca43729f124466b816f922842353feeb3f6f8e84.zip |
Replaced instances of `arachne-pnr` with the `nextpnr-ice40` equivalent
Diffstat (limited to 'examples/up5k_rgb/.gitignore')
-rw-r--r-- | examples/up5k_rgb/.gitignore | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/examples/up5k_rgb/.gitignore b/examples/up5k_rgb/.gitignore index dd32bfb..348ed09 100644 --- a/examples/up5k_rgb/.gitignore +++ b/examples/up5k_rgb/.gitignore @@ -1,12 +1,6 @@ -*.bin -*.blif -*.asc -*.rpt -*.glb -*.psb -*.sdf -*.vsb -*.bin -*.tmp/ -*.exp -*.vlog +* +!.gitignore +!Makefile* +!README +!rgb*.pcf +!rgb.v |