On the go-nvml #207 clone, housebroken branch . --base upstream/main printed REFUSED: pkg/dl/dl_linux_test.go is added by this branch and the repository's .gitignore excludes it. git check-ignore -v pkg/dl/dl_linux_test.go prints nothing and the repository's .gitignore has no rule matching it. The check should be git check-ignore --no-index on each added path against the repository's own ignore files, and the refusal should print the matching rule and line so the reader can falsify it.
On the go-nvml #207 clone,
housebroken branch . --base upstream/mainprintedREFUSED: pkg/dl/dl_linux_test.go is added by this branch and the repository's .gitignore excludes it.git check-ignore -v pkg/dl/dl_linux_test.goprints nothing and the repository's .gitignore has no rule matching it. The check should begit check-ignore --no-indexon each added path against the repository's own ignore files, and the refusal should print the matching rule and line so the reader can falsify it.