50 | | *.bat = svn:eol-style=native |
51 | | *.c = svn:eol-style=native |
52 | | *.cmake = svn:eol-style=native |
53 | | *.cpp = svn:eol-style=native |
54 | | *.dsp = svn:eol-style=CRLF |
55 | | *.dsw = svn:eol-style=CRLF |
56 | | *.dtd = svn:eol-style=native |
57 | | *.gif = svn:mime-type=image/gif |
58 | | *.h = svn:eol-style=native |
59 | | *.hpp = svn:eol-style=native |
60 | | *.htm = svn:eol-style=native |
61 | | *.html = svn:eol-style=native |
62 | | *.ico = svn:mime-type=image/x-icon |
63 | | *.ipp = svn:eol-style=native |
64 | | *.jam = svn:eol-style=native |
65 | | *.jpg = svn:mime-type=image/jpeg |
66 | | *.pdf = svn:mime-type=application/pdf |
67 | | *.pl = svn:eol-style=native |
68 | | *.png = svn:mime-type=image/png |
69 | | *.py = svn:eol-style=native |
70 | | *.qbk = svn:eol-style=native |
71 | | *.rst = svn:eol-style=native |
72 | | *.sh = svn:eol-style=native;svn:executable |
73 | | *.tpp = svn:eol-style=native |
74 | | *.txt = svn:eol-style=native |
75 | | *.xhtml = svn:eol-style=native |
76 | | *.xml = svn:eol-style=native |
77 | | configure = svn:eol-style=native |
78 | | Jamfile = svn:eol-style=native |
79 | | Jamfile.v2 = svn:eol-style=native |
80 | | Jamrules = svn:eol-style=native |
81 | | Makefile = svn:eol-style=native |
82 | | README = svn:eol-style=native |
| 50 | # Scriptish formats |
| 51 | *.bat = svn:eol-style=native; svn:keywords=Id; svn-mine-type=text/plain |
| 52 | *.bsh = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-beanshell |
| 53 | *.cgi = svn:eol-style=native; svn:keywords=Id; svn-mine-type=text/plain |
| 54 | *.cmd = svn:eol-style=native; svn:keywords=Id; svn-mine-type=text/plain |
| 55 | *.js = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/javascript |
| 56 | *.php = svn:eol-style=native; svn:keywords=Id Rev Date; svn:mime-type=text/x-php |
| 57 | *.pl = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-perl; svn:executable |
| 58 | *.pm = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-perl |
| 59 | *.py = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-python; svn:executable |
| 60 | *.sh = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-sh; svn:executable |
| 61 | configure = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-sh; svn:executable |
| 62 | |
| 63 | # Image formats |
| 64 | *.bmp = svn:mime-type=image/bmp |
| 65 | *.gif = svn:mime-type=image/gif |
| 66 | *.ico = svn:mime-type=image/ico |
| 67 | *.jpeg = svn:mime-type=image/jpeg |
| 68 | *.jpg = svn:mime-type=image/jpeg |
| 69 | *.png = svn:mime-type=image/png |
| 70 | *.tif = svn:mime-type=image/tiff |
| 71 | *.tiff = svn:mime-type=image/tiff |
| 72 | |
| 73 | # Data formats |
| 74 | *.pdf = svn:mime-type=application/pdf |
| 75 | *.avi = svn:mime-type=video/avi |
| 76 | *.doc = svn:mime-type=application/msword |
| 77 | *.dsp = svn:eol-style=CRLF |
| 78 | *.dsw = svn:eol-style=CRLF |
| 79 | *.eps = svn:mime-type=application/postscript |
| 80 | *.gz = svn:mime-type=application/gzip |
| 81 | *.mov = svn:mime-type=video/quicktime |
| 82 | *.mp3 = svn:mime-type=audio/mpeg |
| 83 | *.ppt = svn:mime-type=application/vnd.ms-powerpoint |
| 84 | *.ps = svn:mime-type=application/postscript |
| 85 | *.psd = svn:mime-type=application/photoshop |
| 86 | *.rdf = svn:eol-style=native; svn:keywords=Id |
| 87 | *.rss = svn:eol-style=native; svn:keywords=Id |
| 88 | *.rtf = svn:mime-type=text/rtf |
| 89 | *.swf = svn:mime-type=application/x-shockwave-flash |
| 90 | *.tgz = svn:mime-type=application/gzip |
| 91 | *.wav = svn:mime-type=audio/wav |
| 92 | *.xls = svn:mime-type=application/vnd.ms-excel |
| 93 | *.zip = svn:mime-type=application/zip |
| 94 | |
| 95 | # Text formats |
| 96 | .htaccess = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 97 | *.bbk = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/xml |
| 98 | *.cmake = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 99 | *.css = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/css |
| 100 | *.dtd = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/xml |
| 101 | *.htm = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/html |
| 102 | *.html = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/html |
| 103 | *.ini = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 104 | *.qbk = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 105 | *.rst = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 106 | *.sql = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-sql |
| 107 | *.txt = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 108 | *.xhtml = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/xhtml+xml |
| 109 | *.xml = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/xml |
| 110 | *.xsd = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/xml |
| 111 | *.xsl = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/xml |
| 112 | *.xslt = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/xml |
| 113 | *.xul = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/xul |
| 114 | *.yml = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 115 | configure = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 116 | CHANGES = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 117 | COPYING = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 118 | INSTALL = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 119 | Jamfile = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 120 | Jamfile.v2 = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 121 | Jamrules = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 122 | Makefile* = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 123 | README = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 124 | TODO = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 125 | |
| 126 | # Code formats |
| 127 | *.c = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 128 | *.cpp = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 129 | *.h = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 130 | *.hpp = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 131 | *.ipp = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 132 | *.tpp = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 133 | *.jam = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |
| 134 | *.java = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain |