diff options
author | Sascha Montellese <sascha.montellese@gmail.com> | 2014-04-30 22:29:08 +0200 |
---|---|---|
committer | Sascha Montellese <sascha.montellese@gmail.com> | 2014-04-30 22:29:08 +0200 |
commit | c47fb531102f8b96f953b51437de0fc59a5d7b88 (patch) | |
tree | 2a43bd32146ddb860b690063625c135ab11b8830 /.gitignore | |
parent | f29be5c4cb2791841ecb069b2ef1a1c93d5e8291 (diff) | |
parent | a415aada24ea549528056c5edd6625a78cfa362a (diff) |
Merge pull request #4309 from Montellese/jsonrpc_schema_creation
JSON-RPC: automatically create JSON schema API description
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index deb3d3bb50..84fb963f6d 100644 --- a/.gitignore +++ b/.gitignore @@ -352,6 +352,7 @@ lib/cpluff/stamp-h1 /project/BuildDependencies/scripts/tmp /project/BuildDependencies/bin/swig /project/BuildDependencies/bin/doxygen +/project/BuildDependencies/bin/json-rpc # /project/VS2008Express /project/VS2008Express/Debug @@ -605,6 +606,7 @@ lib/cpluff/stamp-h1 # /xbmc/interfaces/ /xbmc/interfaces/Makefile +/xbmc/interfaces/json-rpc/ServiceDescription.h /xbmc/interfaces/python/Makefile /xbmc/interfaces/python/generated/ /xbmc/interfaces/python/test/Makefile |