1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-21 23:00:50 +08:00

gitignore: Tell Git to ignore the .cache/ directory

This commit is contained in:
PatriceJiang
2022-08-18 11:53:52 +08:00
committed by Brad King
parent 5b949bbb91
commit 4034272ed8

1
.gitignore vendored
View File

@@ -19,6 +19,7 @@ out/
# Visual Studio Code
.vscode/
.cache/
# CLion work directory
.idea/