diff options
author | WiSo <wiso@xbmc.org> | 2011-04-09 17:56:55 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-04-09 17:56:55 +0200 |
commit | 494701e582a254569fad9db890dbd18ba86d04ad (patch) | |
tree | 60f32996f6586118cf0b0c317f1f7b2dc1d9e25d /.gitignore | |
parent | 5ffdd64ab9e259ffe4a5a4aee3ef8dad084070de (diff) |
added libsamplerate and sqlite dll to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 77e4b61340..53d65893c4 100644 --- a/.gitignore +++ b/.gitignore @@ -343,6 +343,8 @@ lib/cmyth/Makefile /system/libssl32.dll /system/hdhomerun.dll /system/ssh.dll +/system/sqlite3.dll +/system/libsamplerate-0.dll # /system/cdrip /system/cdrip/lame_enc.dll |