mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Rollup merge of #83001 - camelid:gitignore-vim-swap, r=Mark-Simulacrum
Ignore Vim swap files I got this from [a Stack Overflow answer][so]. (I didn't add `*~` because it was already there.) [so]: https://stackoverflow.com/a/4824199
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
# configure your local ignore list.
|
||||
# FIXME: This needs cleanup.
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
.#*
|
||||
.DS_Store
|
||||
.cproject
|
||||
|
||||
Reference in New Issue
Block a user