Add a default handler to .gitattributes and handle VS2010 project files

This commit is contained in:
Rom Walton 2014-06-18 12:26:18 -04:00
parent 3f1516c5f1
commit d81607bd34
1 changed files with 4 additions and 0 deletions

4
.gitattributes vendored
View File

@ -12,6 +12,7 @@
# Project files # Project files
# #
*.vcproj text eol=crlf *.vcproj text eol=crlf
*.vcxproj text eol=crlf
*.sln text eol=crlf *.sln text eol=crlf
*.ac text eol=lf *.ac text eol=lf
*.am text eol=lf *.am text eol=lf
@ -22,3 +23,6 @@
# #
checkin_notes text eol=lf checkin_notes text eol=lf
checkin_notes_2012 text eol=lf checkin_notes_2012 text eol=lf
# Random stuff
* text=auto