bin/ci: add gitlab_gql.py.cache to the .gitignore

On my machine, the filecache doesn't have the extra `.db` suffix, just `.cache`.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20722>
This commit is contained in:
Eric Engestrom
2023-01-16 10:00:09 +00:00
committed by Marge Bot
parent 684eee0748
commit c672b593b9

2
bin/ci/.gitignore vendored
View File

@@ -1,2 +1,2 @@
schema.graphql
gitlab_gql.py.cache.db
gitlab_gql.py.cache*