diff --git a/.gitignore b/.gitignore index f77341208e..7a34bbac8a 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ nuget.exe *.ncrunchsolution *.*sdf *.ipch +*.swp +*~ .build/ .testPublish/ launchSettings.json diff --git a/test/Microsoft.AspNetCore.Server.KestrelTests/.KestrelEventSourceTests.cs.swp b/test/Microsoft.AspNetCore.Server.KestrelTests/.KestrelEventSourceTests.cs.swp deleted file mode 100644 index 04ade1cbf7..0000000000 Binary files a/test/Microsoft.AspNetCore.Server.KestrelTests/.KestrelEventSourceTests.cs.swp and /dev/null differ