Add .gitignore

`.cache` is for `clangd` cache
master
Artur Sinila 2022-01-24 04:22:36 +02:00 committed by Kenny Levinsen
parent 813e6640c5
commit e18ab2cbdd
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
build/
.cache/