From edef121fccb75e98ce4a252c4a969f5c85d547ec Mon Sep 17 00:00:00 2001 From: Lukas Oesch Date: Wed, 8 Apr 2026 15:25:55 +0200 Subject: track *.img with git lfs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5713ac7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.img filter=lfs diff=lfs merge=lfs -text -- cgit v1.2.3 From 4a3d755ca8d64fe81930b93b1f90411f290976fd Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 22 Apr 2026 09:31:03 +0200 Subject: multiboot2: add test MBI dump --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 5713ac7..219d96f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.img filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text -- cgit v1.2.3