This website requires JavaScript.
Explore
Help
Register
Sign In
rune
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
Code
Pull Requests
Activity
0030e9df60
gitignore
/
Global
/
vim.gitignore
7 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ignore Vim untitled and unsaved buffer swapfiles Vim creates buffer swapfiles starting at .swp for buffers that are active but untitled and unsaved.
2013-03-06 18:02:36 +01:00
*.s[a-w][a-z]
Vim: Ignore .*.s[a-w][a-z] and .s[a-w][a-z] swap files .*.s[a-w][a-z] matches named swap files. .s[a-w][a-z] matches unnamed swap files.
2013-08-28 03:51:55 +02:00
.s[a-w][a-z]
Added Vim >= 7.3 persistent undo files
2010-11-17 12:54:17 +01:00
*.un~
Ignore vim session file.
2010-12-18 06:57:21 +01:00
Session.vim
Add *~ to ignore vim temp file.
2012-11-14 15:24:17 +01:00
.netrwhist
*~
Copy Permalink