diff --git a/.gitattributes b/.gitattributes index 622b3cde2e25fb389facebd042f6a6443703ebae..e88c771000116ac505ee0d533c8de502e80aaf2f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ -# Auto-detect text files, ensure they use LF. -* text=auto eol=lf +*.dll binary +*.exe binary +*.a binary