diff options
author | Garrett Brown <garbearucla@gmail.com> | 2014-03-02 17:04:45 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-12-01 18:08:29 -0800 |
commit | e2563f6529ea0f08fe153d6baa9dff0935ea8d65 (patch) | |
tree | a96d39b1dc64a0da9e13570ed4b869faede717a1 /.gitignore | |
parent | 918e289427c97e9f108b1c9e2219537644ad4955 (diff) |
[retroplayer] Game add-ons
Thanks to Themaister for rewind functionality, fetzerch for mouse support,
file length check and cmake modifications, topfs2 for fixing a crash when
loading game clients, eibma for fixing linux compilation errors, a1rwulf
for catching a missing callback symbol and fixing some rebase errors, and
to notspiff for helping with the rebrand and cmake.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 44ef5abaa2..3a617d0fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -129,6 +129,7 @@ cmake_install.cmake /addons/pvr.* /addons/adsp.* /addons/peripheral.* +/addons/game.* /addons/xbmc.addon/addon.xml /addons/xbmc.json/addon.xml /addons/kodi.guilib/addon.xml @@ -151,6 +152,7 @@ cmake_install.cmake /lib/addons/library.xbmc.pvr/Makefile /lib/addons/library.xbmc.codec/Makefile /lib/addons/library.kodi.peripheral/Makefile +/lib/addons/library.kodi.game/Makefile /lib/addons/library.xbmc.addon/project/VS2010Express/Release /lib/addons/library.xbmc.addon/project/VS2010Express/Debug /lib/addons/library.kodi.adsp/project/VS2010Express/Release @@ -165,6 +167,8 @@ cmake_install.cmake /lib/addons/library.kodi.inputstream/Makefile /lib/addons/library.kodi.peripheral/project/VS2010Express/Release /lib/addons/library.kodi.peripheral/project/VS2010Express/Debug +/lib/addons/library.kodi.game/project/VS2010Express/Release +/lib/addons/library.kodi.game/project/VS2010Express/Debug # /lib/cpluff/ /lib/cpluff/ABOUT-NLS |