diff options
author | Alwin Esch <alwin.esch@web.de> | 2016-03-09 12:23:59 +0100 |
---|---|---|
committer | Alwin Esch <alwin.esch@web.de> | 2016-03-09 12:23:59 +0100 |
commit | cc5100913c891e9b1dba2bcac75da09c7df6d43f (patch) | |
tree | 4232d886f08603c08e7deff103343168ab754ffe /.gitignore | |
parent | 755c367a60d5afb8a096459c95c72ae2f1e60899 (diff) |
[addon] Move add-on library parts to independent folders (code rework)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ffc39188ce..12384b7880 100644 --- a/.gitignore +++ b/.gitignore @@ -397,6 +397,7 @@ lib/cpluff/stamp-h1 # /xbmc/addons/ /xbmc/addons/Makefile +/xbmc/addons/binary/interfaces/Makefile # /xbmc/platform/android /xbmc/platform/android/Makefile |