From c7866d99fe9a31f32c393a12b0251eacdc89a2b0 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Mon, 2 Dec 2024 11:03:33 +0000 Subject: [PATCH] top: add ~ files to .gitignore Ignore temporary files, and avoid accidentally adding them to a commit. Signed-off-by: Ben Dooks Reviewed-by: Anup Patel --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 424302b3..94caeb90 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ install/ # Development friendly files tags cscope* +*~