Remove swp file (#1601)

This commit is contained in:
Stephen Halter 2017-04-03 16:27:37 -07:00 committed by GitHub
parent 6bd0344880
commit f5d7caa9fa
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -25,6 +25,8 @@ nuget.exe
*.ncrunchsolution *.ncrunchsolution
*.*sdf *.*sdf
*.ipch *.ipch
*.swp
*~
.build/ .build/
.testPublish/ .testPublish/
launchSettings.json launchSettings.json