Re: [PATCH] Ignore linuxdoc generated docs

2010-03-25 Thread Gaetan Nadon
On Wed, 2010-03-24 at 20:48 -0500, Yaakov (Cygwin/X) wrote: > On 2010-03-24 19:57, Gaetan Nadon wrote: > > In a perfect world, no. This was done so that platform not having the > > doc generation tool > > can still be able to read the doc in txt form. A side-effect of having a > > file both in git

Re: [PATCH] Ignore linuxdoc generated docs

2010-03-24 Thread Yaakov (Cygwin/X)
On 2010-03-24 19:57, Gaetan Nadon wrote: In a perfect world, no. This was done so that platform not having the doc generation tool can still be able to read the doc in txt form. A side-effect of having a file both in git and generated is that git will refuse to rebase due to a non clean directory

Re: [PATCH] Ignore linuxdoc generated docs

2010-03-24 Thread Gaetan Nadon
On Wed, 2010-03-24 at 15:52 -0500, Yaakov (Cygwin/X) wrote: > On 2010-03-24 01:21, Yaakov (Cygwin/X) wrote: > > --- a/hw/dmx/doc/.gitignore > > +++ b/hw/dmx/doc/.gitignore > > @@ -1,2 +1,5 @@ > > # Add& Override for this directory and it's subdirectories > > html/ > > +*.html > > +*.p

Re: [PATCH] Ignore linuxdoc generated docs

2010-03-24 Thread Yaakov (Cygwin/X)
On 2010-03-24 01:21, Yaakov (Cygwin/X) wrote: --- a/hw/dmx/doc/.gitignore +++ b/hw/dmx/doc/.gitignore @@ -1,2 +1,5 @@ # Add& Override for this directory and it's subdirectories html/ +*.html +*.pdf +*.ps Are hw/dmx/doc/*.txt really supposed to be in git? They are generated at

Re: [PATCH] Ignore linuxdoc generated docs

2010-03-24 Thread Gaetan Nadon
On Wed, 2010-03-24 at 01:21 -0500, Yaakov (Cygwin/X) wrote: > From: Yaakov Selkowitz > > Signed-off-by: Yaakov Selkowitz > --- > hw/dmx/doc/.gitignore |3 +++ > hw/xfree86/doc/sgml/.gitignore |4 > 2 files changed, 7 insertions(+), 0 deletions(-) > create mode 100644 hw/

[PATCH] Ignore linuxdoc generated docs

2010-03-23 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz Signed-off-by: Yaakov Selkowitz --- hw/dmx/doc/.gitignore |3 +++ hw/xfree86/doc/sgml/.gitignore |4 2 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 hw/xfree86/doc/sgml/.gitignore diff --git a/hw/dmx/doc/.gitignore b/hw/dmx/doc/