Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows binary files in Git repository #5

Open
nqv opened this issue Mar 31, 2013 · 0 comments
Open

Windows binary files in Git repository #5

nqv opened this issue Mar 31, 2013 · 0 comments

Comments

@nqv
Copy link

nqv commented Mar 31, 2013

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant