On Thu, Mar 10, 2016 at 10:31:59PM -0600, Yong Bakos wrote: > From: Yong Bakos <[email protected]> > > Although autogen.sh has a --disable-dtd-validation option, it is > on by default, so it seems convenient to add the generated symlink > to .gitignore. > > Signed-off-by: Yong Bakos <[email protected]> Reviewed-by: Bryce Harrington <[email protected]>
Pushed: To ssh://git.freedesktop.org/git/wayland/wayland 5192d4c..0715ee5 master -> master Thanks, Bryce > --- > src/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/.gitignore b/src/.gitignore > index 4421b46..128e4f7 100644 > --- a/src/.gitignore > +++ b/src/.gitignore > @@ -1 +1,2 @@ > +*.dtd.embed > /wayland-version.h > -- > 2.7.2 > > _______________________________________________ > wayland-devel mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
