From: 庄天翼 Date: Tue, 13 Dec 2016 17:11:07 +0000 (+0800) Subject: ignore compile_commands.json X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=71ad213116a2c0c34d08413260447891ef0abfef;p=gitignore.git ignore compile_commands.json CMake may generate `compile_commands.json` file with `set(CMAKE_EXPORT_COMPILE_COMMANDS ON)` Option --- diff --git a/CMake.gitignore b/CMake.gitignore index 0cc7e4b5..27ada059 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -4,4 +4,5 @@ CMakeScripts Makefile cmake_install.cmake install_manifest.txt +compile_commands.json CTestTestfile.cmake