From 88805737f2a709fbffe45f53758427a866664e1c Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 14 Sep 2020 16:42:20 +0000 Subject: Extend .gitattributes and .fossil-settings/encoding-glob for file types .bmp, .cur, .ico and .rc --- .fossil-settings/encoding-glob | 6 ++++++ .gitattributes | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/.fossil-settings/encoding-glob b/.fossil-settings/encoding-glob index d1fd9fc..d0ad4b9 100644 --- a/.fossil-settings/encoding-glob +++ b/.fossil-settings/encoding-glob @@ -2,4 +2,10 @@ win/buildall.vc.bat win/makefile.vc win/mkd.bat win/rmd.bat +win/rules-ext.vc win/rules.vc +win/targets.vc +win/rc/*.bmp +win/rc/*.cur +win/rc/*.ico +win/rc/*.rc diff --git a/.gitattributes b/.gitattributes index e9a67c8..fe89ab8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,15 +22,19 @@ # Declare files that will always have CRLF line endings on checkout. *.bat eol=crlf +*.rc eol=crlf *.sln eol=crlf *.vc eol=crlf # Denote all files that are truly binary and should not be modified. *.a binary +*.bmp binary +*.cur binary *.dll binary *.exe binary *.gif binary *.gz binary +*.ico binary *.jpg binary *.lib binary *.pdf binary -- cgit v0.12