This website works better with JavaScript
Home
Explore
Register
Sign In
SongZihuan
/
GitIgnore
mirror of
https://github.com/github/gitignore.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add *~ to ignore vim temp file.
zhaojunmeng
12 years ago
parent
747efedec0
commit
3c54c0d7aa
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
Global/vim.gitignore
+ 2
- 1
Global/vim.gitignore
View File
@@ -1,4 +1,5 @@
.*.sw[a-z]
*.un~
Session.vim
-.netrwhist
+.netrwhist
+*~