.gitattributes 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ## Help git understand how to deal with Visual Studio specific files.
  2. ##
  3. ## Get latest from https://github.com/alexkaratarakis/gitattributes/blob/master/VisualStudio.gitattributes
  4. ###############################################################################
  5. # Set default behavior to automatically normalize line endings.
  6. ###############################################################################
  7. * text=auto
  8. ###############################################################################
  9. # Set the merge driver for project and solution files
  10. #
  11. # Merging from the command prompt will add diff markers to the files if there
  12. # are conflicts (Merging from VS is not affected by the settings below, in VS
  13. # the diff markers are never inserted). Diff markers may cause the following
  14. # file extensions to fail to load in VS. An alternative would be to treat
  15. # these files as binary and thus will always conflict and require user
  16. # intervention with every merge. To do so, just comment the entries below and
  17. # uncomment the group further below
  18. ###############################################################################
  19. *.sln text eol=crlf
  20. *.csproj text eol=crlf
  21. *.vbproj text eol=crlf
  22. *.vcxproj text eol=crlf
  23. *.vcproj text eol=crlf
  24. *.dbproj text eol=crlf
  25. *.fsproj text eol=crlf
  26. *.lsproj text eol=crlf
  27. *.wixproj text eol=crlf
  28. *.modelproj text eol=crlf
  29. *.sqlproj text eol=crlf
  30. *.wmaproj text eol=crlf
  31. *.xproj text eol=crlf
  32. *.props text eol=crlf
  33. *.filters text eol=crlf
  34. *.vcxitems text eol=crlf
  35. *.bat text eol=crlf
  36. *.sh text eol=lf
  37. #*.sln merge=binary
  38. #*.csproj merge=binary
  39. #*.vbproj merge=binary
  40. #*.vcxproj merge=binary
  41. #*.vcproj merge=binary
  42. #*.dbproj merge=binary
  43. #*.fsproj merge=binary
  44. #*.lsproj merge=binary
  45. #*.wixproj merge=binary
  46. #*.modelproj merge=binary
  47. #*.sqlproj merge=binary
  48. #*.wwaproj merge=binary
  49. #*.xproj merge=binary
  50. #*.props merge=binary
  51. #*.filters merge=binary
  52. #*.vcxitems merge=binary