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-22 16:28:39 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a392c48ccf
gitignore
/
Global
/
Vim.gitignore
9 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
document Vim file patterns
2015-06-05 11:35:49 -04:00
# swap
Ignoring [._]*.sw[a-p] instead of *.s[a-w][a-z] The old pattern was too broad and was making VIM ignore Scheme (*.scm) files. Now it only matches files that start with . or _.
2013-09-07 22:12:37 -04:00
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
document Vim file patterns
2015-06-05 11:35:49 -04:00
# session
Ignore vim session file.
2010-12-18 00:57:21 -05:00
Session.vim
document Vim file patterns
2015-06-05 11:35:49 -04:00
# temporary
Add *~ to ignore vim temp file.
2012-11-14 09:24:17 -05:00
.netrwhist
*~
Reference in New Issue
Copy Permalink