From 5db0803eb2fe874c431786153729c57a54463990 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 19 Aug 2024 03:50:37 -0500 Subject: [PATCH] ignore UBJSON files in gitignore (#10718) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a53ce7fd0..4a780c305 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,7 @@ target *.gcov *.gcda *.gcno +*.ubj build_tests /tests/cpp/xgboost_test