From 2a9695eed9d1b2f0eff2c9d9a8aab432142bf7ff Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Thu, 29 Aug 2024 15:26:08 +0200 Subject: [PATCH] misc: Add gitattributes. --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..4a4eb5661 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,10 @@ +# Define binary files +*.a binary +*.ico binary +*.png binary +*.jpg binary +*.dxf binary +*.mpy binary +*.der binary +*.bin binary +*.bin.sign binary