From dd6553a22d6cfcc2f017775a57d7b49783d62a9c Mon Sep 17 00:00:00 2001 From: Mark Harris <783069+harrism@users.noreply.github.com> Date: Thu, 7 Sep 2023 16:07:23 +1000 Subject: [PATCH] Ignore compile_commands.json (#14048) Fixes #14047 Adds compile_commands.json to .gitignore. Authors: - Mark Harris (https://github.com/harrism) Approvers: - Bradley Dice (https://github.com/bdice) URL: https://github.com/rapidsai/cudf/pull/14048 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fb5c301fe3f..a9bf0854d65 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ DartConfiguration.tcl *.spec .nfs* .clangd +compile_commands.json ## Python build directories & artifacts dask-worker-space/