mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 15:31:22 +01:00

Update .gitignore for vim swap files. Signed-off-by: Sergey Matyukevich <sergey.matyukevich@syntacore.com> Reviewed-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Xiang W <wxjstz@126.com> Reviewed-by: Anup Patel <anup@brainfault.org>
14 lines
124 B
Plaintext
14 lines
124 B
Plaintext
# Object files
|
|
*.o
|
|
*.a
|
|
*.dep
|
|
|
|
#Build & install directories
|
|
build/
|
|
install/
|
|
|
|
# Development friendly files
|
|
tags
|
|
cscope*
|
|
*.swp
|