1<?xml version="1.0" ?>
2
3<synctool>
4    <!-- Ignore any source folder cfg xml files -->
5    <ignore>synctool.cfg.xml</ignore>
6
7    <!-- Ignore SVN folders and files -->
8    <ignore>(^\.svn|\\\.svn)</ignore>
9
10    <!-- Link large files that are only ever read. -->
11    <link>rpx$</link>
12    <link>rpl$</link>
13    <link>bin$</link>
14    <link>wum$</link>
15    <link>wumad$</link>
16
17    <!-- Copy everything else -->
18    <copy default='true' />
19</synctool>
20