Merge pull request #743 from Dyras/patch-5
Prevent media players from importing video files
This commit is contained in:
commit
9d5a506d1e
|
@ -2997,6 +2997,39 @@ CopyAlways=*\infcache.1
|
|||
CopyAlways=*\cbs.log
|
||||
# internet explorer 10 web cache
|
||||
CopyAlways=*\webcachev*.dat
|
||||
# Media Players
|
||||
DontCopy=*.aac
|
||||
DontCopy=*.ac3
|
||||
DontCopy=*.aiff
|
||||
DontCopy=*.ape
|
||||
DontCopy=*.asf
|
||||
DontCopy=*.avi
|
||||
DontCopy=*.f4v
|
||||
DontCopy=*.flac
|
||||
DontCopy=*.flv
|
||||
DontCopy=*.m4a
|
||||
DontCopy=*.m4v
|
||||
DontCopy=*.mid
|
||||
DontCopy=*.mka
|
||||
DontCopy=*.mkv
|
||||
DontCopy=*.mov
|
||||
DontCopy=*.mp3
|
||||
DontCopy=*.mp4
|
||||
DontCopy=*.mpeg
|
||||
DontCopy=*.mpg
|
||||
DontCopy=*.oga
|
||||
DontCopy=*.ogg
|
||||
DontCopy=*.ogv
|
||||
DontCopy=*.opus
|
||||
DontCopy=*.ra
|
||||
DontCopy=*.rm
|
||||
DontCopy=*.rmvb
|
||||
DontCopy=*.ts
|
||||
DontCopy=*.vob
|
||||
DontCopy=*.wav
|
||||
DontCopy=*.webm
|
||||
DontCopy=*.wma
|
||||
DontCopy=*.wmv
|
||||
|
||||
[Template_RpcPortBindings]
|
||||
Tmpl.Title=Default RPC Port Bindings
|
||||
|
|
Loading…
Reference in New Issue