23 Oct
2024
23 Oct
'24
11:06 a.m.
From: Aida JonikienÄ— <aidas957(a)gmail.com> This reduces Git tree pollution when make_opengl is being run. --- dlls/opengl32/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dlls/opengl32/.gitignore diff --git a/dlls/opengl32/.gitignore b/dlls/opengl32/.gitignore new file mode 100644 index 00000000000..7bcc50b2587 --- /dev/null +++ b/dlls/opengl32/.gitignore @@ -0,0 +1,2 @@ +# Ignore auto-downloaded .xml specifications +*.xml -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6726