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>
This commit is contained in:
parent
f1f482f3d6
commit
fb36c54bd8
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1 +1,2 @@
|
||||
subprojects/packagefiles/*/*.patch text eol=lf
|
||||
subprojects/gst-devtools/dots-viewer/static/dist/** binary
|
||||
|
Loading…
x
Reference in New Issue
Block a user