Ignore output directory (#3572)
* Ignore output directory * Update .gitignore Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com> Co-authored-by: Niels Lohmann <niels.lohmann@gmail.com>
This commit is contained in:
parent
71bdaf5748
commit
d64d40518c
3
.gitignore
vendored
3
.gitignore
vendored
@ -9,9 +9,10 @@
|
|||||||
|
|
||||||
/.idea
|
/.idea
|
||||||
/cmake-build-*
|
/cmake-build-*
|
||||||
|
# Visual Studio Code
|
||||||
/.vs/
|
/.vs/
|
||||||
/.vscode/
|
/.vscode/
|
||||||
|
/out/
|
||||||
|
|
||||||
# clangd cache
|
# clangd cache
|
||||||
/.cache/
|
/.cache/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user