mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
* CMake build infrastructure The squashed commit that builds and packages releases for the SIMH simulator suite with CMake, version 3.14 or newer. See README-CMake.md for documentation.
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
# Ignore captured compiler/build outputs (txt and out files)
|
|
*.txt
|
|
*.out
|
|
__pycache__/
|
|
build-*/
|
|
dependencies/ |