top: add ~ files to .gitignore

Ignore temporary files, and avoid accidentally adding
them to a commit.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
Ben Dooks
2024-12-02 11:03:33 +00:00
committed by Anup Patel
parent b47fcd01b3
commit c7866d99fe

1
.gitignore vendored
View File

@@ -19,3 +19,4 @@ install/
# Development friendly files
tags
cscope*
*~