From 061d9b8fb6816963f7dd5986c536b2de95899c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=9Alusarz?= Date: Fri, 2 Oct 2020 19:51:30 +0200 Subject: [PATCH] Checkout text files with local line endings. Requires "git add --renormalize ." and committing everything. --- .gitattributes | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b6e98f8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,33 @@ +* text=auto eol=lf + +# images +*.jpg binary +*.png binary +*.ico binary +*.xcf binary +*.icns binary + +# linux +*.a binary +*.so binary +*.so.* binary +*.hex binary +*.HEX binary +test_gui2_snap binary +test_gui2_video binary +fxload binary + +# mac +*.dylib binary +*.dylib.* binary + +# windows +*.aps binary +*.dll binary +*.lib binary +*.exe binary +*.exp binary + +# random +*.pdf binary +*.img binary