Force dump_syms output to be checked out with LF line-ending.

Otherwise, even with core.autocrlf=false, Windows will checkout these minidump output files with CRLF line-ending. It is necessary for these
files to be checked out using LF line-ending for the unit tests to pass.

Change-Id: I7cacf4b5fa56e007c8aa81202e0cef7ad42ae93a
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/5160534
Reviewed-by: Ivan Penkov <ivanpe@chromium.org>
This commit is contained in:
Nathan Moinvaziri 2024-01-02 15:38:02 -08:00 committed by Ivan Penkov
parent 048e14caf8
commit 225ed9172e

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
src/processor/testdata/*.out text eol=lf