[Mesa-dev] [PATCH] .gitignore: list *.orig and *.rej
Eric Engestrom
eric at engestrom.ch
Wed Aug 30 16:53:32 UTC 2017
On Wednesday, 2017-08-30 15:37:31 +0000, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
>
> Should prevent accidental check-in of patch artefacts.
>
> Cc: Mike Lothian <mike at fireburn.co.uk>
> Suggested-by: Mike Lothian <mike at fireburn.co.uk>
> Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Eric Engestrom <eric at engestrom.ch>
> ---
> Thanks for the idea Mike!
> ---
> .gitignore | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 964409265fa..b79828c9a9e 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -7,11 +7,13 @@
> *.log
> *.o
> *.obj
> +*.orig
> *.os
> *.pc
> *.pdb
> *.pyc
> *.pyo
> +*.rej
> *.so
> *.so.*
> *.sw[a-z]
> --
> 2.14.1
>
More information about the mesa-dev
mailing list