mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 14:22:35 +00:00
gitignore: Ignore Vim temporary and swap files (#1328)
This commit is contained in:
parent
a94a940ff7
commit
2eccb457d2
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -11,3 +11,7 @@ tests/dummy_book/book/
|
||||||
|
|
||||||
# Ignore Jetbrains specific files.
|
# Ignore Jetbrains specific files.
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
# Ignore Vim temporary and swap files.
|
||||||
|
*.sw?
|
||||||
|
*~
|
||||||
|
|
Loading…
Reference in a new issue