Home ›
Ignore all Vim temporary filesIgnore all Vim temporary files
Submitted by Benjamin Melançon on July 24, 2010 - 4:09am
v ~/.gitignore
*.swp
*.swo
git config --global core.excludesfile ~/.gitignore
Searched words:
global .git ignore
vi swap files
swp do not index commit
exclude temp fiels from version control
gitignore
Comments
Post new comment