diff options
author | Paul Harris <paulharris@computer.org> | 2017-06-09 10:30:39 +0800 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-06-09 11:30:05 +0200 |
commit | 15b7b857590fb49689caf04e4e0109af6c4d3dab (patch) | |
tree | 639b81f69869e50a74d74585e497eed62d0cb82d /.gitignore | |
parent | b94a2cdfe641a9094a2352f3f38b02ead3ffe8d5 (diff) | |
download | curl-15b7b857590fb49689caf04e4e0109af6c4d3dab.tar.gz |
gitignore: ignore all vim swap files
Closes #1561
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 183136a68..42bde7b9e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ *.obj *.pdb *~ -.*.swp +.*.sw? .cproject .deps .dirstamp |