[PATCH] .gitignore: Reflect recent client binary rename

Bryce W. Harrington b.harrington at samsung.com
Fri Aug 23 14:39:46 PDT 2013


On Fri, Aug 23, 2013 at 01:52:33PM -0700, Bill Spitzak wrote:
> Can you just ignore the entire bin directory?

These are actually in the src directory; they get copied to the bin
directory on install (which git doesn't look in), but the binaries
remain in src/ so git still notices them.
 
> Bryce W. Harrington wrote:
> >Commit 77ab1721 renamed the client binaries; this change updates
> >.gitignore to follow this change.
> >
> >Signed-off-by: Bryce Harrington <b.harrington at samsung.com>
> >---
> > clients/.gitignore |   37 +++++++++++++++++++------------------
> > 1 file changed, 19 insertions(+), 18 deletions(-)
> >
> >diff --git a/clients/.gitignore b/clients/.gitignore
> >index 94082f8..484437b 100644
> >--- a/clients/.gitignore
> >+++ b/clients/.gitignore
> >@@ -1,37 +1,38 @@
> >-calibrator
> >-clickdot
> >-cliptest
> >+weston-calibrator
> >+weston-clickdot
> >+weston-cliptest
> >+weston-dnd
> >+weston-editor
> >+weston-eventdemo
> >+weston-flower
> >+weston-fullscreen
> >+weston-gears
> >+weston-image
> >+weston-resizor
> >+weston-simple-egl
> >+weston-simple-shm
> >+weston-simple-touch
> >+weston-smoke
> >+weston-subsurfaces
> >+weston-transformed
> >+weston-view
> >+
> > desktop-shell-client-protocol.h
> > desktop-shell-protocol.c
> >-dnd
> >-editor
> >-eventdemo
> >-flower
> >-fullscreen
> >-gears
> >-image
> > input-method-protocol.c
> > input-method-client-protocol.h
> > weston-keyboard
> > libtoytoolkit.a
> >-resizor
> > screenshooter-client-protocol.h
> > screenshooter-protocol.c
> >-simple-egl
> >-simple-shm
> >-simple-touch
> >-smoke
> > subsurface-client-protocol.h
> > subsurface-protocol.c
> >-subsurfaces
> > 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
> >-transformed
> >-view
> > weston-desktop-shell
> > weston-info
> > weston-screensaver


More information about the wayland-devel mailing list