Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2016-05-11 13:23:25 +0300
committerDavid Crocker <dcrocker@eschertech.com>2016-05-11 13:23:25 +0300
commitee612784a79368f2ebf35830a8bc203bdcf06394 (patch)
tree1f7de4048280da148170769f5c73aedc0ba668c0 /.gitattributes
parent1b2be24ead88cb0df4b871d2ec5a6d39445fd2d7 (diff)
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
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
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