From 5f2f8cd97c4cbbfe132e257b71e7288e0eecee55 Mon Sep 17 00:00:00 2001 From: Yanqin Jin Date: Mon, 2 Mar 2020 12:51:17 -0800 Subject: [PATCH] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index dc7a1a8ec..d88ac8442 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,5 @@ fbcode/ fbcode buckifier/*.pyc buckifier/__pycache__ + +compile_commands.json