1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 18:28:13 +02:00

ignore compile_commands.json

CMake may generate `compile_commands.json` file with `set(CMAKE_EXPORT_COMPILE_COMMANDS ON)` Option
This commit is contained in:
庄天翼 2016-12-14 01:11:07 +08:00 committed by GitHub
parent 49d13cdba3
commit 71ad213116

View File

@ -4,4 +4,5 @@ CMakeScripts
Makefile Makefile
cmake_install.cmake cmake_install.cmake
install_manifest.txt install_manifest.txt
compile_commands.json
CTestTestfile.cmake CTestTestfile.cmake