From 19220cf2d9abf44b913ebe4105b06ca19d6babfd Mon Sep 17 00:00:00 2001 From: Ronny Berndt Date: Sat, 24 Jan 2026 14:36:48 +0100 Subject: [PATCH] dev: Update .gitattributes for Nouveau After moving Nouveau from `nouveau` to `extra/nouveau` we need to update the `.gitattributes` file, that Windows will use LF as line ending, when no `core.autocrlf` is configured within git. --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7b7f56abb7a..0c4d7cf7be8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ -nouveau/**/* text eol=lf -nouveau/**/*.bat text eol=crlf -nouveau/**/*.jar binary +extra/nouveau/**/* text eol=lf +extra/nouveau/**/*.bat text eol=crlf +extra/nouveau/**/*.jar binary