忽略自动构建文件

This commit is contained in:
Jackson.Bruce
2020-03-15 00:58:16 +08:00
parent e2fe04233a
commit c0c967eede
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@@ -2,7 +2,8 @@
## files generated by popular Visual Studio add-ons. ## files generated by popular Visual Studio add-ons.
## ##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
appveyor.yml
.gitlab-ci.yml
# User-specific files # User-specific files
*.rsuser *.rsuser
*.suo *.suo

View File

@@ -11,6 +11,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0676D379-1AB
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D658E57D-27C2-439A-8D75-C0C4FBB1F6E1}" Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D658E57D-27C2-439A-8D75-C0C4FBB1F6E1}"
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A79BB805-1405-4E20-9EAD-6943BCB7A0F7}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU