On Thu, Feb 05, 2015 at 03:58:14PM -0600, Derek Foreman wrote: > Looks fine to me. > > Reviewed-by: Derek Foreman <[email protected]>
Thanks, applied. d540f4b..7b9efcb master -> master > On 05/02/15 09:31 AM, Daniel Stone wrote: > > Add autotools remnants, as well as more comprehensive vim swapfiles, > > Sublime Text configuration, and git format-patch output. > > > > Signed-off-by: Daniel Stone <[email protected]> > > --- > > .gitignore | 12 ++++++++++++ > > 1 file changed, 12 insertions(+) > > > > diff --git a/.gitignore b/.gitignore > > index 2aaeac9..aa24f9a 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -7,6 +7,10 @@ > > *.pc > > *.so > > *.swp > > +.*.sw? > > +.sw? > > +*.sublime-project > > +*.sublime-workspace > > *.trs > > *~ > > ctags > > @@ -16,14 +20,20 @@ cscope.out > > /aclocal.m4 > > /autom4te.cache > > /build-aux/ > > +/config.guess > > /config.h > > /config.h.in > > /config.log > > /config.mk > > /config.status > > +/config.sub > > /configure > > +/depcomp > > +/install-sh > > /libtool > > +/ltmain.sh > > /logs > > +/missing > > /stamp-h1 > > /test-driver > > /weston.ini > > @@ -33,6 +43,8 @@ TAGS > > protocol/.*.valid > > protocol/*.[ch] > > > > +00*.patch Probably could even just go *.patch like other X packages do, but this'll work for 99% of what we deal with. > > + > > weston-calibrator > > weston-clickdot > > weston-cliptest > > > > _______________________________________________ > wayland-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
