diff options
author | montellese <montellese@xbmc.org> | 2013-11-06 19:53:19 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2014-04-29 19:53:07 +0200 |
commit | 1cbe98eac59c67efbb38a197401e6c16b9153b39 (patch) | |
tree | 479f115578670cd7f060bf65d4f38dea045ff510 /.gitignore | |
parent | 6c6577c210800ef8d17e57403477c4014bd0fcf1 (diff) |
[win32] auto-generate ServiceDescription.h on demand
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 68497a369e..d026040a59 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 |