diff options
| author | ruki <[email protected]> | 2023-07-01 23:53:48 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-01 23:53:48 +0800 |
| commit | 95df1f53c56d12b940e04b326ee05e090e3fed1a (patch) | |
| tree | ab14538988fd55fbbfebd25de976c8acc08ab22e | |
| parent | c0d12baa51bc8011e1d813868d8fa56c45ce3c31 (diff) | |
| parent | 83094589825e0e5e8016fb1c0f12205f54fd8b40 (diff) | |
Merge pull request #3909 from Simonhancrew/master
[GIT] add clangd 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 |
