diff options
author | 庄天翼 <zty0826@gmail.com> | 2016-12-14 01:11:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-14 01:11:07 +0800 |
commit | 71ad213116a2c0c34d08413260447891ef0abfef (patch) | |
tree | d91678c2ca66af91476a8910b333da27916b3353 /CMake.gitignore | |
parent | 49d13cdba39774f7fa224ef13f4a1153200e2710 (diff) | |
download | gitignore-71ad213116a2c0c34d08413260447891ef0abfef.tar.gz gitignore-71ad213116a2c0c34d08413260447891ef0abfef.zip |
ignore compile_commands.json
CMake may generate `compile_commands.json` file with `set(CMAKE_EXPORT_COMPILE_COMMANDS ON)` Option
Diffstat (limited to 'CMake.gitignore')
-rw-r--r-- | CMake.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |