Add .cache to gitignore (#3507)

While compiling with `cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=YES` cmake can create a bunch of files in `.cache/`, indexing all codebase, allowing coc.nvim to make use of it, giving full rich autocompletion with all definitions etc. on NeoVim
This commit is contained in:
Paweł
2022-01-15 00:35:23 +01:00
committed by GitHub
parent 700c9fc4f2
commit ffc69a83ff
+2 -1
View File
@@ -81,6 +81,7 @@ Thumbs.db
.vscode .vscode
.idea .idea
dependencies dependencies
.cache
### CMake ### ### CMake ###
CMakeLists.txt.user CMakeLists.txt.user
@@ -102,4 +103,4 @@ CMakeUserPresets.json
Stamp Stamp
tmp tmp
Source Source
Dependencies_* Dependencies_*