diff options
author | Maksim Kita <kitaetoya@gmail.com> | 2023-08-16 11:17:33 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-08-16 12:26:20 +0300 |
commit | d6f598140fceb46a544f7832e0ce6e89dcc542bd (patch) | |
tree | ea87e61e8aea274dce4e3eec67e68f96c1f320d0 | |
parent | 372251895ba792af56201aab8f8588467dadde87 (diff) | |
download | ydb-d6f598140fceb46a544f7832e0ce6e89dcc542bd.tar.gz |
Update gitignore
Update gitignore
Pull Request resolved: #329
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fbc13ecdfe..d363036de9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,11 @@ __pycache__/ # MacOS specific .DS_Store + +# clangd cache +/.cache + +/compile_commands.json + +/build_* +/build-* |