[PATCH 0/1] MR6726: opengl32: Add .xml files to gitignore.
This reduces Git tree pollution when make_opengl is being run. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6726
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
This merge request was closed by Alexandre Julliard. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6726
This can't work since .gitignore files are generated. Anyway, it should be unnecessary with ee9527f358dc18a699919c7205215794575002e2. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6726#note_85941
participants (2)
-
Aida Jonikienė -
Alexandre Julliard (@julliard)