From 4c617a4b1311063f92d99c6a85b68e634473b868 Mon Sep 17 00:00:00 2001 From: Jay Huh Date: Thu, 16 Jan 2025 14:59:42 -0800 Subject: [PATCH] Add Meta internal config file to gitignore (#13307) Summary: As title Pull Request resolved: https://github.com/facebook/rocksdb/pull/13307 Test Plan: CI Reviewed By: cbi42 Differential Revision: D68289968 Pulled By: jaykorean fbshipit-source-id: ddcdcb57ad53479f322b2492279d7eec74bb624d --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f97f42fbdf1..645e7021f35 100644 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,7 @@ buckifier/__pycache__ .arcconfig compile_commands.json +meta_gen_cpp_compile_commands.json clang-format-diff.py .py3/