WD Sync Exclusion List

Not sure what else to say, its working on my end on a Windows 7 PC. The following is the contents of my edited BaseBlacklist.xml file.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<blacklist>
  <attributes>
    <attribute value="temporary" />
    <attribute value="reparsePoint" />
  </attributes>
  <extensions>
    <extension value=".ds_store" />
    <extension value=".tmp" />
    <extension value=".temp" />
    <extension value=".wdsync" />
    <extension value=".zip" />
  </extensions>
  <contains>
    <contain value="MSOCache" />
    <contain value="config.msi" />
    <contain value="ntuser.dat" />
    <contain value="[CommonApplicationData]\Western Digital\" />
    <contain value="[CommonApplicationData]\Microsoft\Windows\Caches\" />
    <contain value="[Root]\Drivers\" />
    <contain value="[Root]\Temp\" />
    <contain value="[Windows]" />
    <contain value="[RecycleBin]" />
    <contain value="$recycle.bin" />
    <contain value="recycler" />
    <contain value="System Volume Information" />
    <contain value="\AppData\Roaming\Microsoft\Windows" />
    <contain value="WD SmartWare.swstor" />
    <contain value=".WD Hidden Items" />
  </contains>
  <starts>
    <start value="~" />
  </starts>
  <ends>
    <end value="-journal" />
    <end value=".dropbox" />
    <end value=".dropbox.attr" />
    <end value="desktop.ini" />
    <end value="hiberfil.sys" />
    <end value="pagefile.sys" />
    <end value="thumbs.db" />
  </ends>
</blacklist>

As the above BaseBlacklist.xml file indicates “.zip” files are on the excluded list. Below is the results. First image is from my local computer hard drive (My Cloud folder), the second image is from the My Cloud sync folder. The second image shows the “.zip” files (3 files) were not synced.