Re: [PATCH 2/3] gitignore generated files from 'make doc'
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Hi,
I applied your patches #1 and #2. The duplicate call to the SGML in the
Makefile was on purpose, so I didn't apply that patch.
-- John
Nicolas Sebrecht wrote:
> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@xxxxxxxxxxx>
> ---
> .gitignore | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 905ced6..1b6dcc5 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,4 +1,10 @@
> +# Generated files
> *.pyc
> +manpage.*
> +manual.html
> +manual.ps
> +offlineimap.1
> +# backups
> .*.swp
> .*.swo
> *~
|
|