Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore CMake FetchContent directory | João Neto | 2019-01-23 | 1 | -0/+1 |
| | | | CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`) | ||||
* | Added CMakeLists.txt.user file to a CMake .gitignore | Skident | 2018-11-08 | 1 | -0/+1 |
| | |||||
* | cmake: add Testing/ log directory | Andrew Pennebaker | 2017-01-10 | 1 | -0/+1 |
| | |||||
* | ignore compile_commands.json | 庄天翼 | 2016-12-14 | 1 | -0/+1 |
| | | | CMake may generate `compile_commands.json` file with `set(CMAKE_EXPORT_COMPILE_COMMANDS ON)` Option | ||||
* | add CTestTestfile.cmake into CMake.gitignore | leeyiw | 2016-05-05 | 1 | -0/+1 |
| | | | CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt. | ||||
* | Add CMakeScripts directory | Emil Laine | 2015-05-23 | 1 | -0/+1 |
| | | | Used by some build configurations, e.g. Xcode. | ||||
* | Added a .gitignore for files auto-generated by the CMake build-system. | Postmodern | 2010-11-09 | 1 | -0/+5 |