Re: [PATCH 1/3] gitignore: Ignore generated sphinx.config

2020-07-27 Thread Jonas Bernoulli
Tomi Ollila writes: > On Sun, Jul 26 2020, Jonas Bernoulli wrote: > >> --- >> .gitignore | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/.gitignore b/.gitignore >> index 1c8705ec..8f3ebec0 100644 >> --- a/.gitignore >> +++ b/.gitignore >> @@ -17,3 +17,4 @@ tags >> /.stamps >>

Re: [PATCH 1/3] gitignore: Ignore generated sphinx.config

2020-07-27 Thread Tomi Ollila
On Sun, Jul 26 2020, Jonas Bernoulli wrote: > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 1c8705ec..8f3ebec0 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -17,3 +17,4 @@ tags > /.stamps > *.stamp > /bindings/python-cffi/build/

[PATCH 1/3] gitignore: Ignore generated sphinx.config

2020-07-26 Thread Jonas Bernoulli
--- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1c8705ec..8f3ebec0 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ tags /.stamps *.stamp /bindings/python-cffi/build/ +/sphinx.config -- 2.26.0

Re: [PATCH 1/3] gitignore: Ignore generated sphinx.config

2020-07-24 Thread Jonas Bernoulli
David Bremner writes: > I don't think the patch dos what you think it does? Indeed. I'll post the correct commit in v2 but will wait for the rest of the review before posting that. ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe

Re: [PATCH 1/3] gitignore: Ignore generated sphinx.config

2020-07-24 Thread David Bremner
Jonas Bernoulli writes: > --- > sphinx.config | 4 > 1 file changed, 4 insertions(+) > create mode 100644 sphinx.config > > diff --git a/sphinx.config b/sphinx.config > new file mode 100644 > index ..207614b4 > --- /dev/null > +++ b/sphinx.config > @@ -0,0 +1,4 @@ > +# Generated

[PATCH 1/3] gitignore: Ignore generated sphinx.config

2020-07-24 Thread Jonas Bernoulli
--- sphinx.config | 4 1 file changed, 4 insertions(+) create mode 100644 sphinx.config diff --git a/sphinx.config b/sphinx.config new file mode 100644 index ..207614b4 --- /dev/null +++ b/sphinx.config @@ -0,0 +1,4 @@ +# Generated by configure, run from doc/conf.py