Skip to content

Commit

Permalink
Ignore SDK CPP build directory (#2284)
Browse files Browse the repository at this point in the history
test/sdk/cpp/sdk/ gets generated on CPP SDK testing, but depending on
your dev path, may not get cleaned up (and you may not want it to be
cleaned up).

So finally adding it to .gitignore rather than forcing myself to delete
it every time.
  • Loading branch information
markmandel authored Sep 30, 2021
1 parent af3950f commit 1b74ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ build/allocation
/release
debug.test
obj
test/sdk/cpp/sdk/

0 comments on commit 1b74ae7

Please sign in to comment.