Re: [PATCH weston] update .gitignores for src/ and man/

2013-02-26 Thread Kristian Høgsberg
On Tue, Feb 26, 2013 at 03:19:02PM +0200, Pekka Paalanen wrote: > Signed-off-by: Pekka Paalanen > --- > man/.gitignore | 1 + > src/.gitignore | 1 + > 2 files changed, 2 insertions(+) Thanks, applied. Kristian > diff --git a/man/.gitignore b/man/.gitignore > index dfabd62..6138c7d 100644 > --

[PATCH weston] update .gitignores for src/ and man/

2013-02-26 Thread Pekka Paalanen
Signed-off-by: Pekka Paalanen --- man/.gitignore | 1 + src/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/man/.gitignore b/man/.gitignore index dfabd62..6138c7d 100644 --- a/man/.gitignore +++ b/man/.gitignore @@ -1,3 +1,4 @@ weston.1 weston-drm.7 +weston.ini.5 diff --git a