summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2023-01-16 10:00:09 +0000
committerMarge Bot <emma+marge@anholt.net>2023-01-16 15:27:38 +0000
commitc672b593b924a689931fccffcbb37dbf670fef71 (patch)
tree35ec4b104bc1d64741f7e19daa6876006a522c72 /bin
parent684eee0748f455c6503fe320d7fa8b7d3e069d20 (diff)
downloadmesa-c672b593b924a689931fccffcbb37dbf670fef71.tar.gz
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>
Diffstat (limited to 'bin')
-rw-r--r--bin/ci/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ci/.gitignore b/bin/ci/.gitignore
index 9739d32aaae..d3f7455857d 100644
--- a/bin/ci/.gitignore
+++ b/bin/ci/.gitignore
@@ -1,2 +1,2 @@
schema.graphql
-gitlab_gql.py.cache.db
+gitlab_gql.py.cache*