diff options
author | Thibault Saunier <tsaunier@igalia.com> | 2024-02-01 14:08:54 -0300 |
---|---|---|
committer | Thibault Saunier <tsaunier@igalia.com> | 2024-11-20 09:54:18 -0300 |
commit | e65d2a97b1969e49be53b5d6f420b3fab293712b (patch) | |
tree | 80ef58011a55497e9277a633d27cb0f7e28e6970 | |
parent | 2df2532dc766b95df8b8ee42fb4cb2dcf2e5ae59 (diff) |
attributes: Mark .m4s files as lfs
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index db107d3..1f01a56 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ *.mp4 filter=lfs diff=lfs merge=lfs -text +*.m4s filter=lfs diff=lfs merge=lfs -text *.MTS filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text *.wmv filter=lfs diff=lfs merge=lfs -text |