diff options
author | gatecat <gatecat@ds0.me> | 2021-02-09 10:36:03 +0000 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-02-09 10:36:03 +0000 |
commit | 1febb80a1e519719762aa471d34c3f9acbbe1751 (patch) | |
tree | 87d59f90ee6c9a2d71a0b2e2a0de33bcd0d722c3 | |
parent | bcf81f0e711a443818089bde707f708c8d18dd23 (diff) | |
download | nextpnr-1febb80a1e519719762aa471d34c3f9acbbe1751.tar.gz nextpnr-1febb80a1e519719762aa471d34c3f9acbbe1751.tar.bz2 nextpnr-1febb80a1e519719762aa471d34c3f9acbbe1751.zip |
Add nextpnr-gowin binary to gitignore
Signed-off-by: gatecat <gatecat@ds0.me>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ /nextpnr-ecp5* /nextpnr-nexus* /nextpnr-fpga_interchange* +/nextpnr-gowin* cmake-build-*/ Makefile cmake_install.cmake |