[RFC 2/5] add ~ files to .gitignore
Anup Patel
anup at brainfault.org
Sun Dec 15 00:22:17 PST 2024
On Mon, Dec 2, 2024 at 4:39 PM Ben Dooks <ben.dooks at codethink.co.uk> wrote:
>
> Ignore temporary files, and avoid accidentally adding them
> to a commit.
>
> Signed-off-by: Ben Dooks <ben.dooks at codethink.co.uk>
Added "top:" prefix to patch subject at the time of merging.
Applied this patch to the riscv/opensbi repo.
Thanks,
Anup
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 424302b..94caeb9 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -19,3 +19,4 @@ install/
> # Development friendly files
> tags
> cscope*
> +*~
> --
> 2.37.2.352.g3c44437643
>
>
> --
> opensbi mailing list
> opensbi at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/opensbi
More information about the opensbi
mailing list