Skip to content

Commit 111b38e

Browse files
committed
Update .gitignore
1 parent 3c4462b commit 111b38e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ CoberturaCodeCoverageResults_FileRevisorDevOpsPythonTests.xml
1717
# Linux
1818
covhtml/
1919
build.ninja
20-
coverage.profdata
21-
coverage.profraw
2220

2321
# Windows
2422
.vs/
@@ -32,7 +30,6 @@ x64/
3230
*.log
3331
*.opendb
3432
*.sln
35-
!FileRevisorDevOpsPython.sln
3633
*.suo
3734
*.obj
3835
*.pch
@@ -43,9 +40,10 @@ x64/
4340
*.user
4441
*.vcxproj
4542
*.vspx
46-
!PyUtils.sln
43+
!FileRevisorDevOpsPython.sln
4744

4845
# IntegrationTests
4946
DirectoryIteratorIntegrationTests/
5047
FileSystemIntegrationTests/
5148
RecursiveFileDeleterIntegrationTests/
49+

0 commit comments

Comments
 (0)