aboutsummaryrefslogtreecommitdiffstats
path: root/CMake.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ignore CMake FetchContent directoryJoão Neto2019-01-231-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 .gitignoreSkident2018-11-081-0/+1
|
* cmake: add Testing/ log directoryAndrew Pennebaker2017-01-101-0/+1
|
* ignore compile_commands.json庄天翼2016-12-141-0/+1
| | | CMake may generate `compile_commands.json` file with `set(CMAKE_EXPORT_COMPILE_COMMANDS ON)` Option
* add CTestTestfile.cmake into CMake.gitignoreleeyiw2016-05-051-0/+1
| | | CTestTestfile.cmake is automatically generated by CMake when invoking `enable_testing()` command in CMakeLists.txt.
* Add CMakeScripts directoryEmil Laine2015-05-231-0/+1
| | | Used by some build configurations, e.g. Xcode.
* Added a .gitignore for files auto-generated by the CMake build-system.Postmodern2010-11-091-0/+5