Skip to content

Commit db64adf

Browse files
committed
Update .gitignore
1 parent 57fb35a commit db64adf

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.gitignore

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,13 @@ build
5757

5858
!.vscode/*.code-snippets
5959
ZERO_CHECK.*
60-
unit-tests.*
61-
test-c-vector.*
6260
RUN_TESTS.*
63-
c-vector.sln
64-
c-vector-example.*
65-
ALL_BUILD.vcxproj.*
66-
ALL_BUILD.vcxproj
67-
c-vector-example.dir
61+
ALL_BUILD.*
6862
Debug
69-
test-c-vector.dir
70-
unit-tests.dir
7163
x64
64+
*.dir
65+
test-*
66+
c-vector.sln
67+
c-vector-*
7268
unit-tests
73-
test-c-vector
74-
c-vector-example
69+
unit-tests.*

0 commit comments

Comments
 (0)