This website requires JavaScript.
Explore
Help
Sign In
docs
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore
synced
2024-11-01 01:28:44 +01:00
Code
Issues
Releases
Wiki
Activity
36ebe1a596
gitignore
/
Global
/
Vim.gitignore
7 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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-08 04:12:37 +02:00
[._]*.s[a-w][a-z]
[._]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
*~
Reference in New Issue
Copy Permalink