Get subversion to ignore .swp vim files · Oct 5, 10:30 AM

It can be annoying to see all the .swp files that vim generates when doing an svn status. To ignore them (in all your projects), edit the file ~/.subversion/config and find the global-ignores line. If it is commented out, uncomment it and add *.swp to it. My line looks like:

global-ignores = *.swp *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store

---

Comment

Commenting is closed for this article.