aboutsummaryrefslogtreecommitdiffstats
path: root/CMake.gitignore
diff options
context:
space:
mode:
authorJoão Neto <joao@neto.pt>2019-01-23 20:11:58 +0000
committerGitHub <noreply@github.com>2019-01-23 20:11:58 +0000
commitf273474b975f0f2888750a854572562db6de318e (patch)
treedbef491fe694e1b6ae00d510cd87820033c531e4 /CMake.gitignore
parent7b395872200dfdad57902866ca09e7f4c1e85406 (diff)
downloadgitignore-f273474b975f0f2888750a854572562db6de318e.tar.gz
gitignore-f273474b975f0f2888750a854572562db6de318e.zip
Ignore CMake FetchContent directory
CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`)
Diffstat (limited to 'CMake.gitignore')
-rw-r--r--CMake.gitignore1
1 files changed, 1 insertions, 0 deletions
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