mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
Merge pull request #1542 from barraponto/patch-1
Document Vim file patterns
This commit is contained in:
commit
8ae0b3e125
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
|
# swap
|
||||||
[._]*.s[a-w][a-z]
|
[._]*.s[a-w][a-z]
|
||||||
[._]s[a-w][a-z]
|
[._]s[a-w][a-z]
|
||||||
|
# persistent undo
|
||||||
*.un~
|
*.un~
|
||||||
|
# session
|
||||||
Session.vim
|
Session.vim
|
||||||
|
# temporary
|
||||||
.netrwhist
|
.netrwhist
|
||||||
*~
|
*~
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue