nextpnr/.gitignore
Catherine cd7f7c12f1 CMake: refactor architecture-specific build system parts.
Two user-visible changes were made:
* `-DUSE_RUST` is replaced with `-DBUILD_RUST`, by analogy with
  `-DBUILD_PYTHON`
* `-DCOVERAGE` was removed as it doesn't work with either modern GCC
  or Clang
2025-01-21 17:13:03 +00:00

46 lines
562 B
Plaintext

/objs/
/nextpnr-generic*
/nextpnr-ice40*
/nextpnr-ecp5*
/nextpnr-nexus*
/nextpnr-fpga_interchange*
/nextpnr-gowin*
/nextpnr-machxo2*
/nextpnr-himbaechel*
.cache
cmake-build-*/
Makefile
cmake_install.cmake
compile_commands.json
CMakeFiles
CMakeScripts
CTestfile.cmake
CMakeCache.txt
*.so
*.dll
*.a
*.cbp
*.depends
.*.swp
a.out
*.json
*.dot
*.il
/generic/examples/blinky.png
build/
share/
*.asc
*.bin
/Testing/*
CTestTestfile.cmake
install_manifest.txt
/bba/bbasm
/bba-export.cmake
/ImportExecutables.cmake
*-coverage/
*-coverage.info
*.netlist
*.phys
*.dcp
*.bit