commit 15772084920f37bddd82e9122b97d81af3ac73e8 parent 84b9d8ea9e0050889602baf36daaa26aea32941c Author: d.levin256@gmail.com <d.levin256@gmail.com> Date: Sun, 25 Jun 2023 11:36:48 +0100 Add .cache dir to gitignore Diffstat:
M | .gitignore | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -101,4 +101,7 @@ temp_audio_file.wav *.profraw *.profdata *.lcov -lcov.info -\ No newline at end of file +lcov.info + +# clangd +.cache