From c672b593b924a689931fccffcbb37dbf670fef71 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 16 Jan 2023 10:00:09 +0000 Subject: [PATCH] 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 Reviewed-by: David Heidelberg Part-of: --- bin/ci/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*