From: João Neto Date: Wed, 23 Jan 2019 20:11:58 +0000 (+0000) Subject: Ignore CMake FetchContent directory X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2942%2Fhead;p=gitignore.git Ignore CMake FetchContent directory CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`) --- diff --git a/CMake.gitignore b/CMake.gitignore index 7e25564f..46f42f8f 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -8,3 +8,4 @@ cmake_install.cmake install_manifest.txt compile_commands.json CTestTestfile.cmake +_deps