]> source.dussan.org Git - gitignore.git/commitdiff
Ignore CMake FetchContent directory 2942/head
authorJoão Neto <joao@neto.pt>
Wed, 23 Jan 2019 20:11:58 +0000 (20:11 +0000)
committerGitHub <noreply@github.com>
Wed, 23 Jan 2019 20:11:58 +0000 (20:11 +0000)
CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`)

CMake.gitignore

index 7e25564f9ec13bba1dc477acdf09530bbb19c422..46f42f8f3ce85fc4e5a5c204ba75936ae6a636a9 100644 (file)
@@ -8,3 +8,4 @@ cmake_install.cmake
 install_manifest.txt
 compile_commands.json
 CTestTestfile.cmake
+_deps