Add .exe to gitignore

The .exe files are Windows executables and should not be included
in the repo.

Signed-off-by: Myung-jong Kim <mjkim610@gmail.com>
dev
Myung-jong Kim 2022-08-27 16:04:02 +09:00
parent 8f8ab429ff
commit 44cf3b7281
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -13,4 +13,6 @@ v2/cmd/docgen/docgen
v2/pkg/protocols/common/helpers/deserialization/testdata/Deserialize.class
v2/pkg/protocols/common/helpers/deserialization/testdata/ValueObject.class
v2/pkg/protocols/common/helpers/deserialization/testdata/ValueObject2.ser
.vscode
.vscode
*.exe