On Fri, 18 Jul 2025 10:56:34 +0200, Rasmus Villemoes wrote: > In a private fork, it's not unreasonable to commit various binary > files associated to one's project, and thus put a suitable > .gitattributes file next to it to force git to treat that file as > binary. In my case, I have a .xslx spreadsheet used for computing > suitable RAM timing tables, which I wanted to put in > board/<vendor>/<project>. Git duly warned me that it would do LF/CRLF > mangling, so I also added a .gitattributes file next to it with > > [...]
Applied to u-boot/master, thanks! [1/1] .gitignore: don't ignore .gitattributes files commit: 51013e7bfb3697f2ac1dd82843a67ebd76925450 -- Tom