Remove .suo and .vcxproj.user files

This commit is contained in:
Paul Bartell
2022-10-18 17:28:52 -07:00
committed by Paul Bartell
parent 0ea8bac29c
commit 94157f09a5
6 changed files with 5 additions and 6 deletions

5
.gitignore vendored
View File

@@ -21,3 +21,8 @@ __pycache__/
# Ignore certificate files.
*.pem
*.crt
# Ignore Visual Studio user files
*.suo
*.vcxproj.user

View File

@@ -1,3 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
</Project>

View File

@@ -1,3 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
</Project>