diff options
author | WiSo <wiso@xbmc.org> | 2012-01-07 16:28:32 +0100 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2012-01-07 16:28:32 +0100 |
commit | 9b3f2d0048a6603be88db626c55bfc6a6261b502 (patch) | |
tree | 58e185b3876a7ce0b2248bcdc72713d885adc507 | |
parent | 2c77d860b4eb8b9c213589a71cdc64367a07ded3 (diff) |
added system/librtmp.dll to .gitignore. libcurl brings this additional library.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ac7432aef0..a9b3497b2b 100644 --- a/.gitignore +++ b/.gitignore @@ -349,6 +349,7 @@ lib/cmyth/Makefile /system/libcmyth.dll /system/libcurl.dll /system/libeay32.dll +/system/librtmp.dll /system/libexif.dll /system/libexpat.dll /system/libid3tag.dll |