mirror of
https://github.com/vale981/gitignore
synced 2025-03-06 02:11:42 -05:00
Remove redundancy in Global/Vim.gitignore
Anything matched by `*.un~` will also be matched by the last rule, `*~`.
This commit is contained in:
parent
7e04a3f05c
commit
31045e29f8
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
# swap
|
# swap
|
||||||
[._]*.s[a-w][a-z]
|
[._]*.s[a-w][a-z]
|
||||||
[._]s[a-w][a-z]
|
[._]s[a-w][a-z]
|
||||||
# persistent undo
|
|
||||||
*.un~
|
|
||||||
# session
|
# session
|
||||||
Session.vim
|
Session.vim
|
||||||
# temporary
|
# temporary
|
||||||
|
|
Loading…
Add table
Reference in a new issue