diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-09-15 16:01:03 +0200 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-09-18 10:20:59 +0200 |
commit | 52b6281718b0e005ad5a23b8157911ee94b44320 (patch) | |
tree | 6ea73d7f2f1435c01403ce1ceb8609fafaa1e33b /.gitignore | |
parent | fadab05319e0464ca6caa3c39a0fde352181a15d (diff) |
[pvr] configure and build pvr add-ons if the tree is found in /pvr-addons, so these can be built and run within the tree.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a33dc04f1d..d4539591c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1290,3 +1290,5 @@ xbmc/visualizations/EGLHelpers/Makefile /addons/library.xbmc.gui/libXBMC_gui.lib /addons/library.xbmc.pvr/libXBMC_pvr.dll /addons/library.xbmc.pvr/libXBMC_pvr.lib + +/pvr-addons |