diff options
author | night199uk <night199uk@xbmc.org> | 2013-05-05 04:32:42 +0800 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2013-12-22 13:27:23 +1300 |
commit | 68e14beace458c7e1b5735e1b6305e653c27e676 (patch) | |
tree | 936d1bc31ab8ee44f31b55243d7ecdc1546764c4 /.gitignore | |
parent | e13564c7e86349dc3207054b171ddf0cca3802ac (diff) |
[scrapers] Support XSLT transforms (XML->XML) in the scrapers
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index eceeef5550..de09c1fd53 100644 --- a/.gitignore +++ b/.gitignore @@ -393,6 +393,8 @@ lib/cmyth/Makefile /system/libnfs.dll /system/dnssd.dll /system/libcec.dll +/system/pthreadVC2.dll +/system/libxslt.dll # /system/cdrip /system/cdrip/lame_enc.dll |