Update .gitattributes to include a number of additional file types.

This commit is contained in:
Rom Walton 2014-06-25 16:21:19 -04:00
parent 270dd3c352
commit 8dad345ff0
1 changed files with 9 additions and 3 deletions

12
.gitattributes vendored
View File

@ -12,16 +12,25 @@
*.rc text eol=lf *.rc text eol=lf
*.php text eol=lf *.php text eol=lf
*.xpm text eol=lf *.xpm text eol=lf
*.cu text eol=lf
*.cl text eol=lf
*.c text eol=lf
*.hpp text eol=lf
# Project files # Project files
# #
*.vcproj text eol=crlf *.vcproj text eol=crlf
*.vcxproj text eol=crlf *.vcxproj text eol=crlf
*.sln text eol=crlf *.sln text eol=crlf
*.rules text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ac text eol=lf *.ac text eol=lf
*.am text eol=lf *.am text eol=lf
*.in text eol=lf *.in text eol=lf
*.m4 text eol=lf *.m4 text eol=lf
*Makefile* text eol=lf
*.mk text eol=lf
# Commit Notes # Commit Notes
# #
@ -32,10 +41,7 @@ checkin_notes_2012 text eol=lf
# #
*.txt text eol=lf *.txt text eol=lf
*.xml text eol=lf *.xml text eol=lf
*.bat text eol=crlf
*.po text eol=lf *.po text eol=lf
*.log text eol=lf *.log text eol=lf
*.cmd text eol=crlf
*.rtf text eol=lf *.rtf text eol=lf
*.rul text eol=crlf *.rul text eol=crlf
*.rules text eol=crlf