diff options
author | PatriceJiang <397136899@qq.com> | 2022-08-18 11:53:52 +0800 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-08-30 09:55:43 -0400 |
commit | 4034272ed8f4e4a19797bfd14dfe5268ad4b4324 (patch) | |
tree | 1e8366e4d2ab0b62cf868da9af2c7163cce1e170 /.gitignore | |
parent | 5b949bbb9114379120c29134b5effd77e39dd134 (diff) | |
download | cmake-4034272ed8f4e4a19797bfd14dfe5268ad4b4324.tar.gz |
gitignore: Tell Git to ignore the .cache/ directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5bd9113cc9..f57271f427 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ out/ # Visual Studio Code .vscode/ +.cache/ # CLion work directory .idea/ |