On Wed, Apr 4, 2012 at 17:30, Eric Parent <[email protected]> wrote:
> I've created a .gitattributes with "*.sdf -binary" in my project's

http://progit.org/book/ch7-2.html

*.sdf -crlf -diff

or

*.sdf binary

not

*.sdf -binary

because you are telling git to not treat this files as binary with
this line. look on to the minus sign.


-- 
Serge Matveenko
[email protected]
http://www.ohloh.net/accounts/lig
http://ru.linkedin.com/in/sergematveenko

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to