On Tue, Sep 11, 2012 at 05:02:03PM +0300, Pekka Paalanen wrote: > Add workspaces-protocol.c, workspaces-server-protocol.h, > workspaces-client-protocol.h. > > Remove wscreensaver. > > Alphabetaize clients/.gitignore.
Committed. Kristian > Signed-off-by: Pekka Paalanen <[email protected]> > --- > clients/.gitignore | 21 +++++++++++---------- > src/.gitignore | 2 ++ > 2 files changed, 13 insertions(+), 10 deletions(-) > > diff --git a/clients/.gitignore b/clients/.gitignore > index 014c0fb..c0df419 100644 > --- a/clients/.gitignore > +++ b/clients/.gitignore > @@ -2,31 +2,32 @@ clickdot > desktop-shell-client-protocol.h > desktop-shell-protocol.c > dnd > +editor > eventdemo > flower > gears > image > +keyboard > libtoytoolkit.a > resizor > screenshooter-client-protocol.h > screenshooter-protocol.c > -text-cursor-position-client-protocol.h > -text-cursor-position-protocol.c > simple-egl > simple-shm > simple-touch > smoke > tablet-shell-client-protocol.h > tablet-shell-protocol.c > +text-client-protocol.h > +text-cursor-position-client-protocol.h > +text-cursor-position-protocol.c > +text-protocol.c > view > weston-desktop-shell > -weston-tablet-shell > +weston-info > +weston-screensaver > weston-screenshooter > +weston-tablet-shell > weston-terminal > -weston-screensaver > -wscreensaver > -editor > -text-protocol.c > -text-client-protocol.h > -keyboard > -weston-info > +workspaces-client-protocol.h > +workspaces-protocol.c > diff --git a/src/.gitignore b/src/.gitignore > index cd68a3e..22289c7 100644 > --- a/src/.gitignore > +++ b/src/.gitignore > @@ -13,3 +13,5 @@ desktop-shell-protocol.c > desktop-shell-server-protocol.h > text-protocol.c > text-server-protocol.h > +workspaces-protocol.c > +workspaces-server-protocol.h > -- > 1.7.8.6 > _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
