diff options
author | Derek Foreman <derekf@osg.samsung.com> | 2017-01-18 10:03:44 -0600 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2017-01-18 13:04:48 -0600 |
commit | 2aa8b5acadceaa7815d7320b7a2322f64c44a313 (patch) | |
tree | fb5472bc264bb7aebc5acfd72d649172217dafd8 /.gitignore | |
parent | 5b25ff3281d072746b1414f4c9b8ab5a4b0fbd6a (diff) | |
download | efl-2aa8b5acadceaa7815d7320b7a2322f64c44a313.tar.gz |
ecore_wl2: Auto generate teamwork protocol
The name was non-standard and we didn't have the xml in tree,
xml has been copied from Enlightenment.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3bfc9f3730..6e5804c12f 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,8 @@ Session.vim /src/bin/ecore_con/efl_net_proxy_helper #Once all protocols are generated these will use wildcards +/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 |