Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: array2d/numpycpp

Tags

v1.21.2

Toggle v1.21.2's commit message
fix: unignore tests/Makefile so CI can find it

.gitignore had a blanket "Makefile" rule (intended for CMake-generated
Makefiles in build/) that also excluded tests/Makefile from version
control. Added !tests/Makefile exception and added the file to git.

Co-Authored-By: Claude Opus 4.7 <[email protected]>