mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-09 01:14:24 +02:00
On Windows, cmake/xxd.py generates text files with \r\n eol. Because the in-repo files were stored with \n, and git considered them as binary files, they were always considered out of date. An alternative fix could be to let xxd.py generate binary files with \n. But a .gitattributes file should also avoid people accidentally converting line endings.
336 B
336 B