#!/bin/sh

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

*.result
*.byte
*.native
program
main
static
custom
*.a
*.so

EOF
