mesa/.gitignore
Eric Engestrom 88a1887cc2 Revert "add VK CTS validation report for a0 interpolation fix"
This reverts commit 4eeda739c4.

Looks like @ajax has been playing with claude "ai" and accidentally
committed and pushed things to main.

1. That doesn't belong here.
2. We shouldn't bypass MR review unless in emergency situations.

This seems like a good time to remind people to not have a push-able
upstream remote, to avoid an accidental `git push` or something else
doing that.
One way to do this is to change the push url like this, assuming your
upstream remote is called `origin` (default if you didn't pick
something else):

    git remote set-url --push origin invalid-url

`invalid-url` will fail if you try to push to it, catching your mistakes :)

Spotted-by: Maíra Canal <mcanal@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39810>
2026-02-10 18:07:18 +00:00

9 lines
66 B
Text

.cache
.vscode*
*.kdev4
*.pyc
*.pyo
*.out
/build
.venv/
*.mda.tar