diff options
author | WiSo <wiso@xbmc.org> | 2011-10-01 23:29:16 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-10-01 23:49:13 +0200 |
commit | b52eb69d0ec66ebc5d9008a788769343ef57ca52 (patch) | |
tree | 95fc9dab90ff36284d48326ffa1cd228418ecb46 /.gitignore | |
parent | 915f816aa0510f25cae0b125c143b4d1569fd62d (diff) |
[WIN32] add dnssd.dll and /system/airplay to .gitignore. move liplist.dll to /system/airplay as it has a bunch of other dll dependencies.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f58453c296..a425033f7d 100644 --- a/.gitignore +++ b/.gitignore @@ -371,6 +371,7 @@ lib/cmyth/Makefile /system/sqlite3.dll /system/libsamplerate-0.dll /system/libnfs.dll +/system/dnssd.dll # /system/cdrip /system/cdrip/lame_enc.dll @@ -421,6 +422,8 @@ lib/cmyth/Makefile # /system/webserver /system/webserver +/system/airplay + # /system /system/zlib1.dll |