.gitignore: add vim tempfiles.

This commit is contained in:
Enno Boland
2014-09-23 21:24:04 +02:00
parent 60723ab851
commit 09bf6646d1
+4
View File
@@ -27,3 +27,7 @@ httperr.h
tests/*/*/*/*_test tests/*/*/*/*_test
tests/*/*/*_test tests/*/*/*_test
include/xbps.h include/xbps.h
# vim backup files
.*.swp
*~