diff options
| author | simon <[email protected]> | 2023-07-01 14:27:31 +0800 |
|---|---|---|
| committer | simon <[email protected]> | 2023-07-01 14:31:03 +0800 |
| commit | 83094589825e0e5e8016fb1c0f12205f54fd8b40 (patch) | |
| tree | ab14538988fd55fbbfebd25de976c8acc08ab22e | |
| parent | c0d12baa51bc8011e1d813868d8fa56c45ce3c31 (diff) | |
[GIT] add clangdb cache folder to gitignore
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7d64db33b..501d7e2f9 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ winenv/ # for compiler compile_commands.json +.cache/ # Makefile generation /core/xmake.config.h |
