diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2015-04-01 11:13:04 -0400 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2015-04-01 11:13:04 -0400 |
commit | 92a8194c444394b6b1d12fec8b7b26a848f3128e (patch) | |
tree | 34db450108beb80a57de2186e5300b82fe89843d | |
parent | de355f234174df291c9c40378da70114c3ba6c5d (diff) | |
parent | bb3d67625bb38751481e9ce52070bb1adcad1835 (diff) | |
download | libgit2-92a8194c444394b6b1d12fec8b7b26a848f3128e.tar.gz |
Merge pull request #3022 from ethomson/gitignore_vim
gitignore: ignore vim swapfiles
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d4e0454fa..1ef1ec730 100644 --- a/.gitignore +++ b/.gitignore @@ -28,5 +28,6 @@ msvc/Release/ !cmake/Modules/*.cmake .DS_Store *~ +.*.swp tags mkmf.log |