Skip to content

Commit

Permalink
chore: Update .gitignore for cmake in Visual Studio (#5208)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Feb 25, 2025
1 parent 107a467 commit 9b8a52a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ OBJ.*
locale/scriptstrings/*
bin.*/*
build
/out/
dist.*/*
config.log
config.status*
Expand Down Expand Up @@ -54,6 +55,9 @@ env/
# VSCode Settings
.vscode/

# Visual Studio
/.vs

# ignore gunittest helper and result files
testreport/*
testsuite/examples/testreports/
Expand Down

0 comments on commit 9b8a52a

Please sign in to comment.