On Wed, Jul 29, 2015 at 12:55:55AM -0300, Dawid Gajownik wrote: > Hi, > > after running configure with "Enable developer documentation" set to > "yes" git status warns about two new untracked files: > > doc/doxygen/tooldev.doxygen > doc/doxygen/tools.doxygen > > Below is a small patch. > > HTH, > Dawid
Yeah I noticed that one myself. Thanks, pushed: To ssh://git.freedesktop.org/git/wayland/weston d99a050..d956379 master -> master > diff --git a/.gitignore b/.gitignore > index b13bf55..49e19d9 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -31,6 +31,7 @@ cscope.out > /depcomp > /docs/developer > /docs/tools > +/docs/doxygen/*.doxygen > /install-sh > /libtool > /ltmain.sh > _______________________________________________ > 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
