Re: [PATCH] ignore: Add *.dtd.embed

2016-03-10 Thread Bryce Harrington
On Thu, Mar 10, 2016 at 10:31:59PM -0600, Yong Bakos wrote: > From: Yong Bakos > > 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 Reviewed-by: Bryce Harrington

[PATCH] ignore: Add *.dtd.embed

2016-03-10 Thread Yong Bakos
From: Yong Bakos 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 --- src/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.gitignore b/src/.gitignore i