diff options
author | h.udo <hudokkow@gmail.com> | 2015-09-24 00:26:51 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2015-09-24 00:26:51 +0100 |
commit | 679ec477b11062e983eb931c53b54c1df112b952 (patch) | |
tree | 52e4dac391b2b637f038dcf6d71db3042d3260f9 /.gitignore | |
parent | ccb21753de946f644ede28abf794d374a23b1cad (diff) |
[gitignore] Add library.kodi.audioengine makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 425a541d75..b51cbca70a 100644 --- a/.gitignore +++ b/.gitignore @@ -145,6 +145,7 @@ config.log /lib/addons/library.xbmc.codec/project/VS2010Express/Debug /lib/addons/library.xbmc.pvr/project/VS2010Express/Release /lib/addons/library.xbmc.pvr/project/VS2010Express/Debug +/lib/addons/library.kodi.audioengine/Makefile /lib/addons/library.kodi.audioengine/project/VS2010Express/Release/ /lib/addons/library.kodi.audioengine/project/VS2010Express/Debug/ |