Ignore compile_commands.json file (#6472)

Summary:
Both clangd and cquery-language-server requires a compile_commands.json file to
index the project. This file can be ignored by git.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6472

Differential Revision: D20194899

Pulled By: riversand963

fbshipit-source-id: ea1587f2e5d10b7591147073b61efe262a1cf747
This commit is contained in:
Yanqin Jin 2020-03-02 12:51:17 -08:00 committed by Facebook Github Bot
parent 9b3c9ef0e8
commit 5f2f8cd97c
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -82,3 +82,5 @@ fbcode/
fbcode
buckifier/*.pyc
buckifier/__pycache__
compile_commands.json