1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 00:10:11 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
João Neto
f273474b97
Ignore CMake FetchContent directory
CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`)
2019-01-23 20:11:58 +00:00
Skident
36ea81b07f Added CMakeLists.txt.user file to a CMake .gitignore 2018-11-08 12:09:18 +02:00
Andrew Pennebaker
95938f08eb cmake: add Testing/ log directory 2017-01-10 18:30:58 -06:00
庄天翼
71ad213116 ignore compile_commands.json
CMake may generate `compile_commands.json` file with `set(CMAKE_EXPORT_COMPILE_COMMANDS ON)` Option
2016-12-14 01:11:07 +08:00
leeyiw
59e4f9acc3 add CTestTestfile.cmake into CMake.gitignore
CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt.
2016-05-05 14:59:25 +08:00
Emil Laine
6354db3531 Add CMakeScripts directory
Used by some build configurations, e.g. Xcode.
2015-05-23 16:22:53 +03:00
Postmodern
900d322dd9 Added a .gitignore for files auto-generated by the CMake build-system. 2010-11-09 15:51:41 +08:00