diff options
| author | Sergey Matyukevich <[email protected]> | 2022-12-04 00:04:15 +0300 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2022-12-05 17:57:30 +0530 |
| commit | e1a0cb062ad6e302ac3f2b64f1abebbc3a3ace85 (patch) | |
| tree | bf3243b4de78e814285087e34f3047f168513262 | |
| parent | e9775120f554d35b92fcdeb2c3ad8ee8140396e8 (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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,3 +10,4 @@ install/ # Development friendly files tags cscope* +*.swp |
