#!/bin/sh

svn propset svn:ignore -F - . <<EOF

*.result
*.byte
*.native
program
ocamldoc.sty
ocamldoc.out
style.css
*.html

EOF
