Skip to content

Windows binary files in Git repository #5

@nqv

Description

@nqv

When i first clone this repo, git diff reports crlf changes to all *.{exe,dll,sys} files.
So I think those file should be treated as binary

diff --git a/.gitattributes b/.gitattributes
index 72a6d21..9159b23 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,4 +2,6 @@
 * text eol=lf

 *.bit binary
-
+*.dll binary
+*.sys binary
+*.exe binary

And there are two folders with only a capital I difference in their name: Installer and installer. Haven't tried in Windows yet but is it case insensitive?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions