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