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