This website requires JavaScript.
Explore
Help
Sign In
caleb-brown
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore.git
synced
2025-01-23 00:38:36 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3523237d7b
gitignore
/
Global
/
vim.gitignore
7 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Vim: Forgot to change *.s[a-w][a-z] to .*.s[a-w][a-z]
2013-08-27 22:04:19 -04: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-27 21:51:55 -04:00
.s[a-w][a-z]
Added Vim >= 7.3 persistent undo files
2010-11-17 06:54:17 -05:00
*.un~
Ignore vim session file.
2010-12-18 00:57:21 -05:00
Session.vim
Add *~ to ignore vim temp file.
2012-11-14 09:24:17 -05:00
.netrwhist
*~
Reference in New Issue
Copy Permalink