hmm.
This commit is contained in:
commit
47341ea50f
|
@ -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
|
|
@ -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
|
Binary file not shown.
Loading…
Reference in New Issue