diff options
author | vdrfan <vdrfan@svn> | 2010-02-15 16:50:58 +0000 |
---|---|---|
committer | vdrfan <vdrfan@svn> | 2010-02-15 16:50:58 +0000 |
commit | bb98de6d9536536eb77d2f40a838b4f86fb4b43f (patch) | |
tree | 3a284bce0be8e9bd19a658054078fb563216dd45 /.gitignore | |
parent | 194b9209210f66d223f1fc61f4cf47d121a9de10 (diff) |
updated: gitignore file
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27844 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b9853e81eb..135e336036 100644 --- a/.gitignore +++ b/.gitignore @@ -741,6 +741,7 @@ config.log /xbmc/lib/libPython/Python/pyconfig.hbak /xbmc/lib/libPython/Python/python /xbmc/lib/libPython/Python/python.exe +/xbmc/lib/libPython/Python/Mac/Python/ /xbmc/lib/libapetag/Makefile /xbmc/lib/libapetag/libtool @@ -836,3 +837,8 @@ config.log /xbmc/FileSystem/Makefile +/lib/jsoncpp/jsoncpp/src/lib_json/Makefile + +/xbmc/lib/libhttpapi/Makefile +/xbmc/lib/libjsonrpc/Makefile + |