Browse Source

Adding vim .swp files to gitignore

Should I conclude I'm the only vim user out here? ;)
pull/787/head
Cyril SIX 6 years ago committed by Anders Jenbo
parent
commit
3d24a014ba
  1. 3
      .gitignore

3
.gitignore vendored

@ -143,6 +143,9 @@ ipch/
*.VC.db
*.VC.VC.opendb
# Vim swap files
*.swp
# Visual Studio profiler
*.psess
*.vsp

Loading…
Cancel
Save