aboutsummaryrefslogtreecommitdiffstats
path: root/examples/icestick/.gitignore
diff options
context:
space:
mode:
authorAki Van Ness <aki@lethalbit.net>2022-09-15 06:32:45 -0400
committerAki Van Ness <aki@lethalbit.net>2022-09-15 06:32:45 -0400
commitca43729f124466b816f922842353feeb3f6f8e84 (patch)
treedcb5191f0f33237ae561bfad064bd20fc397e728 /examples/icestick/.gitignore
parent2bc541743ada3542c6da36a50e66303b9cbd2059 (diff)
downloadicestorm-ca43729f124466b816f922842353feeb3f6f8e84.tar.gz
icestorm-ca43729f124466b816f922842353feeb3f6f8e84.tar.bz2
icestorm-ca43729f124466b816f922842353feeb3f6f8e84.zip
Replaced instances of `arachne-pnr` with the `nextpnr-ice40` equivalent
Diffstat (limited to 'examples/icestick/.gitignore')
-rw-r--r--examples/icestick/.gitignore31
1 files changed, 9 insertions, 22 deletions
diff --git a/examples/icestick/.gitignore b/examples/icestick/.gitignore
index c854ccc..ac0a6a4 100644
--- a/examples/icestick/.gitignore
+++ b/examples/icestick/.gitignore
@@ -1,22 +1,9 @@
-example.bin
-example.blif
-example.asc
-example.rpt
-rs232demo.bin
-rs232demo.blif
-rs232demo.asc
-rs232demo.rpt
-rs232demo_tb
-rs232demo_tb.vcd
-rs232demo_syn.v
-rs232demo_syntb
-rs232demo_syntb.vcd
-checker.bin
-checker.blif
-checker.asc
-checker.rpt
-checker_tb
-checker_tb.vcd
-checker_syn.v
-checker_syntb
-checker_syntb.vcd
+*
+!.gitignore
+!checker_tb.v
+!checker.v
+!example.v
+!icestick.pcf
+!Makefile
+!rs232demo_tb.v
+!rs232demo.v