2 Commits

Author SHA1 Message Date
Thibault Saunier
fb36c54bd8 gitattributes: Mark dots-viewer dist files as binary
This prevents git grep from searching through minified JavaScript
and other generated files in the dots-viewer static distribution
directory, reducing noise in search results.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9458>
2025-07-29 11:15:07 -04:00
Tim-Philipp Müller
0b65e7a43e git: prevent CRLF line ending conversion for patches on Windows
Otherwise the patch file might get line endings converted on git
checkout on Windows if the git option core.autocrlf=true is set,
and then the patches won't apply later when Meson tries to apply
them to the downloaded source code from tarball.

This could cause the pango patches not applying to the pango
subproject on Windows in some settings, and then the subproject
setup would fail and the pango plugin would not be built.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4306>
2023-03-31 00:20:29 +00:00