diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ /generated/ /objs/ -/nextpnr-dummy -/nextpnr-ice40 +/nextpnr-dummy* +/nextpnr-ice40* cmake-build-*/ Makefile cmake_install.cmake @@ -21,4 +21,5 @@ a.out build/ *.asc *.bin - +CTest* +LastTest* |