forked from slimbootloader/slimbootloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
21 lines (18 loc) · 848 Bytes
/
.gitattributes
File metadata and controls
21 lines (18 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# When this file is changed run
# git add --renormalize .
# to determine whether any files need more work.
# Most files in the repository are plain text. We want them to have
# native line endings (CRLF on Windows, LF on Linux & MacOS)
* text=auto
# These files are always binary, so we don't need to rely on Git to
# guess.
*.dat binary
*.bin binary
*.bmp binary
*.jpg binary
# This file currently always needs to keep a mixture of line endings
# since the files that are being patched have a mixture of line
# endings. This means it must be treated as binary.
Silicon/QemuSocPkg/FspBin/Patches/0001-Build-QEMU-FSP-2.0-binaries.patch binary
Silicon/QemuSocPkg/FspBin/Patches/0002-BaseTools-GCC-newer-versions-fix-Synced-with-EDK2.patch binary
Silicon/QemuSocPkg/FspBin/Patches/0003-Update-CFLAGS-so-compilation-works-on-Fedora-42.patch binary