ignore UBJSON files in gitignore (#10718)

This commit is contained in:
James Lamb 2024-08-19 03:50:37 -05:00 committed by GitHub
parent caabee2135
commit 5db0803eb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored
View File

@ -84,6 +84,7 @@ target
*.gcov *.gcov
*.gcda *.gcda
*.gcno *.gcno
*.ubj
build_tests build_tests
/tests/cpp/xgboost_test /tests/cpp/xgboost_test