From a5b8c2bd13127c54a794e8df6911bce7d4e619bb Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 24 Aug 2019 22:57:52 +0200 Subject: [PATCH] Add .gitattributes fpr pyd files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..50faa57 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pyd filter=lfs diff=lfs merge=lfs -text