chore(gitignore): add compiled C++ and cache
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
9bce3c655a
commit
970869babd
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -5,3 +5,10 @@ playground
|
||||||
|
|
||||||
# ignore VSCode, cause screw it
|
# ignore VSCode, cause screw it
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
# ignore compiled C++ files with given names
|
||||||
|
cpp/*
|
||||||
|
!cpp/*.cpp
|
||||||
|
|
||||||
|
# ignore cache directory
|
||||||
|
.cache/
|
||||||
|
|
Loading…
Reference in a new issue