[RFC 2/5] add ~ files to .gitignore
Ben Dooks
ben.dooks at codethink.co.uk
Mon Dec 2 03:03:33 PST 2024
Ignore temporary files, and avoid accidentally adding them
to a commit.
Signed-off-by: Ben Dooks <ben.dooks at codethink.co.uk>
---
.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
More information about the opensbi
mailing list