Skip to content

Commit b733223

Browse files
committed
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.
1 parent bee31c1 commit b733223

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
nouveau/**/* text eol=lf
2-
nouveau/**/*.bat text eol=crlf
3-
nouveau/**/*.jar binary
1+
extra/nouveau/**/* text eol=lf
2+
extra/nouveau/**/*.bat text eol=crlf
3+
extra/nouveau/**/*.jar binary

0 commit comments

Comments
 (0)