summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Dooks <[email protected]>2024-12-02 11:03:33 +0000
committerAnup Patel <[email protected]>2024-12-15 12:30:45 +0530
commitc7866d99fe9a31f32c393a12b0251eacdc89a2b0 (patch)
tree938ad6da4094c4d956f0b2017c4bf484d00e9a99
parentb47fcd01b3ba0e3ea89f5454456eded04afb93ab (diff)
top: add ~ files to .gitignore
Ignore temporary files, and avoid accidentally adding them to a commit. Signed-off-by: Ben Dooks <[email protected]> Reviewed-by: Anup Patel <[email protected]>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 424302b3..94caeb90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ install/
# Development friendly files
tags
cscope*
+*~