This commit is contained in:
Jeff Carr 2022-12-30 22:59:49 -06:00
commit 47341ea50f
3 changed files with 19 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
*.img filter=lfs diff=lfs merge=lfs -text
*.img.gz filter=lfs diff=lfs merge=lfs -text
*.img.bz2 filter=lfs diff=lfs merge=lfs -text

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
all:
git lfs ls-files
init-lfs:
git lfs install
git lfs track "*.img"
git lfs track "*.img.gz"
git lfs track "*.img.bz2"
git add .gitattributes
add-first-image:
git add VisionFive2/starfive-jh7110-VF2_515_v2.5.0-69.img.bz2
git commit -a

BIN
VisionFive2/starfive-jh7110-VF2_515_v2.5.0-69.img.bz2 (Stored with Git LFS) Normal file

Binary file not shown.