I'm sorry, it was my first patch sent to this project and of course I had to make a mistake... It should be /doc/doxygen/*.doxygen
not /docs/doxygen/*.doxygen On Fri, Jul 31, 2015 at 5:58 PM, Bill Spitzak <[email protected]> wrote: > > > On Fri, Jul 31, 2015 at 12:53 PM, Bryce Harrington <[email protected]> > wrote: >> >> 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 >> > Actually it looks like the entire /docs directory could be ignored. > > _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
