Update C++.gitignore

Add the following
--------------------
# Code runner
*.bin

# Config
.vscode

# CPH
.cph
This commit is contained in:
Avik Agarwala 2023-07-26 14:48:32 +05:30 committed by GitHub
parent 4488915eec
commit 25bbe1b9a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -30,3 +30,12 @@
*.exe
*.out
*.app
# Code runner
*.bin
# Config
.vscode
# CPH
.cph