This reduces Git tree pollution when make_opengl is being run.
From: Aida Jonikienė aidas957@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
This merge request was closed by Alexandre Julliard.
This can't work since .gitignore files are generated. Anyway, it should be unnecessary with ee9527f358dc18a699919c7205215794575002e2.