mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
chore: add Vim swap files to .gitignore
Added .gitignore entries for temporary Vim editor files (*.swp, *.swo, *.swx).
This commit is contained in:
parent
cf93077fab
commit
b92b66d70a
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -41,6 +41,10 @@ profile.cov
|
||||||
|
|
||||||
# VS Code
|
# VS Code
|
||||||
.vscode
|
.vscode
|
||||||
|
# Vim swap files
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*.swx
|
||||||
|
|
||||||
tests/spec-tests/
|
tests/spec-tests/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue