1
0
mirror of https://github.com/github/gitignore synced 2024-06-10 14:40:01 +02:00

Ignore CMake FetchContent directory

CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`)
This commit is contained in:
João Neto 2019-01-23 20:11:58 +00:00 committed by GitHub
parent 7b39587220
commit f273474b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,3 +8,4 @@ cmake_install.cmake
install_manifest.txt install_manifest.txt
compile_commands.json compile_commands.json
CTestTestfile.cmake CTestTestfile.cmake
_deps