summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Matyukevich <[email protected]>2022-12-04 00:04:15 +0300
committerAnup Patel <[email protected]>2022-12-05 17:57:30 +0530
commite1a0cb062ad6e302ac3f2b64f1abebbc3a3ace85 (patch)
treebf3243b4de78e814285087e34f3047f168513262
parente9775120f554d35b92fcdeb2c3ad8ee8140396e8 (diff)
gitignore: add vim swap files
Update .gitignore for vim swap files. Signed-off-by: Sergey Matyukevich <[email protected]> Reviewed-by: Bin Meng <[email protected]> Reviewed-by: Xiang W <[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 95692bb4..c11afd38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ install/
# Development friendly files
tags
cscope*
+*.swp