Advertisement
farnetani

BaseBlacklist.xml

Dec 2nd, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.40 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <blacklist>
  3.   <attributes>
  4.     <attribute value="temporary" />
  5.     <attribute value="reparsePoint" />
  6.   </attributes>
  7.   <extensions>
  8.     <extension value=".ds_store" />
  9.     <extension value=".tmp" />
  10.     <extension value=".temp" />
  11.     <extension value=".wdsync" />
  12.   </extensions>
  13.   <contains>
  14.     <contain value="MSOCache" />
  15.     <contain value="config.msi" />
  16.     <contain value="ntuser.dat" />
  17.     <contain value="[CommonApplicationData]\Western Digital\" />
  18.     <contain value="[CommonApplicationData]\Microsoft\Windows\Caches\" />
  19.     <contain value="[Root]\Drivers\" />
  20.     <contain value="[Root]\Temp\" />
  21.     <contain value="[Windows]" />
  22.     <contain value="[RecycleBin]" />
  23.     <contain value="$recycle.bin" />
  24.     <contain value="recycler" />
  25.     <contain value="System Volume Information" />
  26.     <contain value="\AppData\Roaming\Microsoft\Windows" />
  27.     <contain value="WD SmartWare.swstor" />
  28.     <contain value=".WD Hidden Items" />
  29.     <contain value="node_modules" />
  30.     <contain value="bower_components" />   
  31.   </contains>
  32.   <starts>
  33.     <start value="~" />
  34.   </starts>
  35.   <ends>
  36.     <end value="-journal" />
  37.     <end value=".dropbox" />
  38.     <end value=".dropbox.attr" />
  39.     <end value="desktop.ini" />
  40.     <end value="hiberfil.sys" />
  41.     <end value="pagefile.sys" />
  42.     <end value="thumbs.db" />
  43.   </ends>
  44. </blacklist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement