[PATCH 4/8] gitignore: ignore *.orig files generated by patch(1)

Pekka Paalanen ppaalanen at gmail.com
Fri Feb 8 14:27:56 UTC 2019


On Fri,  8 Feb 2019 15:13:37 +0200
Leonid Bobrov <mazocomp at disroot.org> wrote:

> Signed-off-by: Leonid Bobrov <mazocomp at disroot.org>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index eadea12..8d2c614 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -14,6 +14,7 @@
>  *.trs
>  *.tar.xz
>  *~
> +*.orig
>  *-test
>  .libs
>  .dirstamp

The build system does not use 'patch', so I don't think it can
generate .orig files even in an in-tree build. Was there a reason for
this patch?


Thanks,
pq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20190208/8cd07f1d/attachment.sig>


More information about the wayland-devel mailing list