From bc5f8bd30e20986c31bd498e552553f62e830400 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 14 Dec 2021 14:44:22 +0800 Subject: [PATCH] config: use git lfs Signed-off-by: Zhao Hang --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..325501c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.xz filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text -- Gitee