diff options
author | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-10-11 13:53:27 -0700 |
---|---|---|
committer | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-10-11 13:53:27 -0700 |
commit | 9c9fdb31ba6797d9fdb39de4b78ad3fc110a4e1e (patch) | |
tree | 2771dd7eb2877aec588767eeed7c49faf604bc7b /.gitignore | |
parent | c2b47139c91cea84488754c68c9121bf1c823fb5 (diff) | |
parent | 96102bf8936e5d15f6c6f87850971f3750772f2f (diff) |
Merge pull request #2978 from smspillaz/wayland-gsoc-1
Implement support for display on Wayland compositors
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3c805ee2fd..60df6a82ba 100644 --- a/.gitignore +++ b/.gitignore @@ -596,6 +596,9 @@ lib/cmyth/Makefile /xbmc/guilib/Profile /xbmc/guilib/Profile_FastCap +# /xbmc/input +/xbmc/input/linux/Makefile + # /xbmc/interfaces/ /xbmc/interfaces/Makefile /xbmc/interfaces/python/Makefile @@ -722,6 +725,14 @@ lib/cmyth/Makefile # no longer used /xbmc/win32/git_rev.h +# /xbmc/windowing/ +/xbmc/windowing/Makefile +/xbmc/windowing/egl/Makefile +/xbmc/windowing/tests/wayland/xbmc_wayland_test_client_protocol.h +/xbmc/windowing/tests/wayland/xbmc_wayland_test_protocol.c +/xbmc/windowing/tests/wayland/xbmc_wayland_test_server_protocol.h +/xbmc/windowing/tests/wayland/Makefile + # /lib/ffmpeg/ /lib/ffmpeg/config.h /lib/ffmpeg/config.err |