| 1 | [miscellany] |
|---|
| 2 | enable-auto-props = yes |
|---|
| 3 | |
|---|
| 4 | [auto-props] |
|---|
| 5 | *.txt = svn:mime-type=text/plain |
|---|
| 6 | *.bat = svn:mime-type=text/plain;svn:executable |
|---|
| 7 | *.sh = svn:mime-type=text/plain;svn:executable |
|---|
| 8 | Makefile = svn:mime-type=text/plain |
|---|
| 9 | |
|---|
| 10 | *.manifest = svn:mime-type=text/plain |
|---|
| 11 | *.rdf = svn:mime-type=text/plain |
|---|
| 12 | *.dtd = svn:mime-type=text/plain |
|---|
| 13 | *.properties = svn:mime-type=text/plain |
|---|
| 14 | *.xul = svn:mime-type=text/plain |
|---|
| 15 | *.xml = svn:mime-type=text/plain |
|---|
| 16 | *.html = svn:mime-type=text/plain |
|---|
| 17 | *.css = svn:mime-type=text/plain |
|---|
| 18 | *.js = svn:mime-type=text/plain |
|---|
| 19 | *.idl = svn:mime-type=text/plain |
|---|
| 20 | |
|---|
| 21 | *.c = svn:mime-type=text/plain |
|---|
| 22 | *.cc = svn:mime-type=text/plain |
|---|
| 23 | *.cpp = svn:mime-type=text/plain |
|---|
| 24 | *.h = svn:mime-type=text/plain |
|---|
| 25 | *.conf = svn:mime-type=text/plain |
|---|
| 26 | *.config = svn:mime-type=text/plain |
|---|
| 27 | *.java = svn:mime-type=text/plain |
|---|
| 28 | *.fx = svn:mime-type=text/plain |
|---|
| 29 | MANIFEST.MF = svn:mime-type=text/plain |
|---|
| 30 | |
|---|
| 31 | *.png = svn:mime-type=image/png |
|---|
| 32 | *.jpg = svn:mime-type=image/jpeg |
|---|
| 33 | *.gif = svn:mime-type=image/gif |
|---|
| 34 | *.svg = svn:mime-type=image/svg+xml |
|---|
| 35 | *.ico = svn:mime-type=image/x-icon |
|---|
| 36 | *.xpm = svn:mime-type=image/x-xpixmap |
|---|