Advertisement
Simohack

Untitled

Mar 2nd, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. [miscellany]
  2. enable-auto-props = yes
  3.  
  4. [auto-props]
  5. # Scriptish formats
  6. *.bat = svn:eol-style=native; svn:keywords=Id; svn-mine-type=text/plain
  7. *.bsh = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-beanshell
  8. *.cgi = svn:eol-style=native; svn:keywords=Id; svn-mine-type=text/plain
  9. *.cmd = svn:eol-style=native; svn:keywords=Id; svn-mine-type=text/plain
  10. *.js = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/javascript
  11. *.php = svn:eol-style=native; svn:keywords=Id Rev Date; svn:mime-type=text/x-php
  12. *.pl = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-perl; svn:executable
  13. *.pm = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-perl
  14. *.py = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-python; svn:executable
  15. *.sh = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-sh; svn:executable
  16.  
  17. # Image formats
  18. *.bmp = svn:mime-type=image/bmp
  19. *.gif = svn:mime-type=image/gif
  20. *.ico = svn:mime-type=image/ico
  21. *.jpeg = svn:mime-type=image/jpeg
  22. *.jpg = svn:mime-type=image/jpeg
  23. *.png = svn:mime-type=image/png
  24. *.tif = svn:mime-type=image/tiff
  25. *.tiff = svn:mime-type=image/tiff
  26.  
  27. # Data formats
  28. *.pdf = svn:mime-type=application/pdf
  29. *.avi = svn:mime-type=video/avi
  30. *.doc = svn:mime-type=application/msword
  31. *.eps = svn:mime-type=application/postscript
  32. *.gz = svn:mime-type=application/gzip
  33. *.mov = svn:mime-type=video/quicktime
  34. *.mp3 = svn:mime-type=audio/mpeg
  35. *.ppt = svn:mime-type=application/vnd.ms-powerpoint
  36. *.ps = svn:mime-type=application/postscript
  37. *.psd = svn:mime-type=application/photoshop
  38. *.rtf = svn:mime-type=text/rtf
  39. *.swf = svn:mime-type=application/x-shockwave-flash
  40. *.tgz = svn:mime-type=application/gzip
  41. *.wav = svn:mime-type=audio/wav
  42. *.xls = svn:mime-type=application/vnd.ms-excel
  43. *.zip = svn:mime-type=application/zip
  44.  
  45. # Text formats
  46. .htaccess = svn:mime-type=text/plain
  47. *.css = svn:mime-type=text/css
  48. *.dtd = svn:mime-type=text/xml
  49. *.html = svn:mime-type=text/html
  50. *.ini = svn:mime-type=text/plain
  51. *.sql = svn:mime-type=text/x-sql
  52. *.txt = svn:mime-type=text/plain
  53. *.xhtml = svn:mime-type=text/xhtml+xml
  54. *.xml = svn:mime-type=text/xml
  55. *.xsd = svn:mime-type=text/xml
  56. *.xsl = svn:mime-type=text/xml
  57. *.xslt = svn:mime-type=text/xml
  58. *.xul = svn:mime-type=text/xul
  59. *.yml = svn:mime-type=text/plain
  60. CHANGES = svn:mime-type=text/plain
  61. COPYING = svn:mime-type=text/plain
  62. INSTALL = svn:mime-type=text/plain
  63. Makefile* = svn:mime-type=text/plain
  64. README = svn:mime-type=text/plain
  65. TODO = svn:mime-type=text/plain
  66.  
  67. # Code formats
  68. *.c = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
  69. *.cpp = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
  70. *.h = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
  71. *.java = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
  72. *.as = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
  73. *.mxml = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
  74.  
  75. # Webfonts
  76. *.eot = svn:mime-type=application/vnd.ms-fontobject
  77. *.woff = svn:mime-type=application/x-font-woff
  78. *.ttf = svn:mime-type=application/x-font-truetype
  79. *.svg = svn:mime-type=image/svg+xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement