From f273474b975f0f2888750a854572562db6de318e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Neto?= Date: Wed, 23 Jan 2019 20:11:58 +0000 Subject: [PATCH] Ignore CMake FetchContent directory CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`) --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) 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