.gitattributes 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. * text=auto !eol svneol=native#text/plain
  2. *.gitattributes text svneol=native#text/plain
  3. # Scriptish formats
  4. *.bat text svneol=native#text/plain
  5. *.bsh text svneol=native#text/x-beanshell
  6. *.cgi text svneol=native#text/plain
  7. *.cmd text svneol=native#text/plain
  8. *.js text svneol=native#text/javascript
  9. *.php text svneol=native#text/x-php
  10. *.pl text svneol=native#text/x-perl
  11. *.pm text svneol=native#text/x-perl
  12. *.py text svneol=native#text/x-python
  13. *.sh eol=lf svneol=LF#text/x-sh
  14. configure eol=lf svneol=LF#text/x-sh
  15. # Image formats
  16. *.bmp binary svneol=unset#image/bmp
  17. *.gif binary svneol=unset#image/gif
  18. *.ico binary svneol=unset#image/ico
  19. *.jpeg binary svneol=unset#image/jpeg
  20. *.jpg binary svneol=unset#image/jpeg
  21. *.png binary svneol=unset#image/png
  22. *.tif binary svneol=unset#image/tiff
  23. *.tiff binary svneol=unset#image/tiff
  24. *.svg text svneol=native#image/svg%2Bxml
  25. # Data formats
  26. *.pdf binary svneol=unset#application/pdf
  27. *.avi binary svneol=unset#video/avi
  28. *.doc binary svneol=unset#application/msword
  29. *.dsp text svneol=crlf#text/plain
  30. *.dsw text svneol=crlf#text/plain
  31. *.eps binary svneol=unset#application/postscript
  32. *.gz binary svneol=unset#application/gzip
  33. *.mov binary svneol=unset#video/quicktime
  34. *.mp3 binary svneol=unset#audio/mpeg
  35. *.ppt binary svneol=unset#application/vnd.ms-powerpoint
  36. *.ps binary svneol=unset#application/postscript
  37. *.psd binary svneol=unset#application/photoshop
  38. *.rdf binary svneol=unset#text/rdf
  39. *.rss text svneol=unset#text/xml
  40. *.rtf binary svneol=unset#text/rtf
  41. *.sln text svneol=native#text/plain
  42. *.swf binary svneol=unset#application/x-shockwave-flash
  43. *.tgz binary svneol=unset#application/gzip
  44. *.vcproj text svneol=native#text/xml
  45. *.vcxproj text svneol=native#text/xml
  46. *.vsprops text svneol=native#text/xml
  47. *.wav binary svneol=unset#audio/wav
  48. *.xls binary svneol=unset#application/vnd.ms-excel
  49. *.zip binary svneol=unset#application/zip
  50. # Text formats
  51. .htaccess text svneol=native#text/plain
  52. *.bbk text svneol=native#text/xml
  53. *.cmake text svneol=native#text/plain
  54. *.css text svneol=native#text/css
  55. *.dtd text svneol=native#text/xml
  56. *.htm text svneol=native#text/html
  57. *.html text svneol=native#text/html
  58. *.ini text svneol=native#text/plain
  59. *.log text svneol=native#text/plain
  60. *.mak text svneol=native#text/plain
  61. *.qbk text svneol=native#text/plain
  62. *.rst text svneol=native#text/plain
  63. *.sql text svneol=native#text/x-sql
  64. *.txt text svneol=native#text/plain
  65. *.xhtml text svneol=native#text/xhtml%2Bxml
  66. *.xml text svneol=native#text/xml
  67. *.xsd text svneol=native#text/xml
  68. *.xsl text svneol=native#text/xml
  69. *.xslt text svneol=native#text/xml
  70. *.xul text svneol=native#text/xul
  71. *.yml text svneol=native#text/plain
  72. boost-no-inspect text svneol=native#text/plain
  73. CHANGES text svneol=native#text/plain
  74. COPYING text svneol=native#text/plain
  75. INSTALL text svneol=native#text/plain
  76. Jamfile text svneol=native#text/plain
  77. Jamroot text svneol=native#text/plain
  78. Jamfile.v2 text svneol=native#text/plain
  79. Jamrules text svneol=native#text/plain
  80. Makefile* text svneol=native#text/plain
  81. README text svneol=native#text/plain
  82. TODO text svneol=native#text/plain
  83. # Code formats
  84. *.c text svneol=native#text/plain
  85. *.cpp text svneol=native#text/plain
  86. *.h text svneol=native#text/plain
  87. *.hpp text svneol=native#text/plain
  88. *.ipp text svneol=native#text/plain
  89. *.tpp text svneol=native#text/plain
  90. *.jam text svneol=native#text/plain
  91. *.java text svneol=native#text/plain
粤ICP备19079148号