.gitattributes 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. * binary
  2. *.txt text diff=cpp
  3. *.html text diff=cpp
  4. *.xml text diff=cpp
  5. *.c text diff=cpp
  6. *.h text diff=cpp
  7. *.hpp text diff=cpp
  8. *.hxx text diff=cpp
  9. *.inl text diff=cpp
  10. *.cc text diff=cpp
  11. *.cpp text diff=cpp
  12. *.cxx text diff=cpp
  13. *.m text diff=cpp
  14. *.mm text diff=cpp
  15. *.cs text diff=csharp
  16. *.asm text diff=cpp
  17. *.java text diff=java
  18. # Visual Studio
  19. *.sln text eol=crlf merge=union diff=cpp
  20. *.vcproj text eol=crlf merge=union diff=cpp
  21. *.vcxproj text eol=crlf merge=union diff=cpp
  22. *.filters text eol=crlf merge=union diff=cpp
  23. *.csproj text eol=crlf merge=union diff=cpp
  24. *.appxmanifest text eol=crlf merge=union diff=cpp
  25. # Xcode
  26. *.plist text diff=cpp
  27. *.pbxproj text eol=crlf merge=union diff=cpp
  28. # Android
  29. *.mk text merge=union diff=cpp
  30. *.properties text merge=union diff=cpp
  31. # Linux
  32. *.sh text eol=lf diff=cpp
  33. # Git
  34. .gitattributes text diff=cpp
  35. .gitignore text diff=cpp
  36. *.md text diff=cpp
  37. # Windows
  38. *.bat text diff=cpp
  39. # Other
  40. AUTHORS text diff=cpp
  41. ChangeLog text diff=cpp
  42. CHANGES text diff=cpp
  43. COPYING text diff=cpp
  44. LICENSE text diff=cpp
  45. NEWS text diff=cpp
  46. PATENTS text diff=cpp
  47. README text diff=cpp
  48. VERSION text diff=cpp
  49. Makefile text diff=cpp