summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2017-01-18 10:52:45 -0600
committerDerek Foreman <derekf@osg.samsung.com>2017-01-18 13:21:01 -0600
commit05124250c51212a1e48900a8156e643636e763c6 (patch)
tree3115dd1714c7c7815a23172c04a0e54b02716286 /.gitignore
parentf162f47297db9c6191a54aa9540ddb4801ec07d7 (diff)
downloadefl-05124250c51212a1e48900a8156e643636e763c6.tar.gz
ecore_imf/wayland: Auto generate wayland text-input protocol
Needed to do some fairly invasive changes because naming conventions changed since we checked in the header. Also, since I'm done converting protocol, change the gitignore to use wildcards for wayland protocol. This fixes a long standing bug in text-input binding and restores previous OSK behaviour.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 3 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore
index 445848295a..ac86fdc280 100644
--- a/.gitignore
+++ b/.gitignore
@@ -78,16 +78,6 @@ Session.vim
/src/scripts/eo/eo_debug
/src/bin/ecore_con/efl_net_proxy_helper
-#Once all protocols are generated these will use wildcards
-/src/lib/ecore_wl2/www-client-protocol.h
-/src/lib/ecore_wl2/www-protocol.c
-/src/lib/ecore_wl2/teamwork-client-protocol.h
-/src/lib/ecore_wl2/teamwork-protocol.c
-/src/lib/ecore_wl2/linux-dmabuf-unstable-v1-client-protocol.h
-/src/lib/ecore_wl2/linux-dmabuf-unstable-v1-protocol.c
-/src/lib/ecore_wl2/xdg-shell-unstable-v5-client-protocol.h
-/src/lib/ecore_wl2/xdg-shell-unstable-v5-protocol.c
-/src/lib/ecore_wl2/xdg-shell-unstable-v6-client-protocol.h
-/src/lib/ecore_wl2/xdg-shell-unstable-v6-protocol.c
-/src/lib/ecore_wl2/session-recovery-client-protocol.h
-/src/lib/ecore_wl2/session-recovery-protocol.c
+#wayland generated protocol - some legacy headers will be ignored
+*-protocol.h
+*-protocol.c