From ee612784a79368f2ebf35830a8bc203bdcf06394 Mon Sep 17 00:00:00 2001 From: David Crocker Date: Wed, 11 May 2016 11:23:25 +0100 Subject: Treat .inf files as binary Changed .gitattributes file to treat .inf files as binary so that their hash values don't change and their digital signatures remain valid Deleted duet.inf ready for adding back as a binary file --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 412eeda7..21186149 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ # Auto detect text files and perform LF normalization * text=auto +*.inf binary # Custom for Visual Studio *.cs diff=csharp -- cgit v1.2.3