[XPU] Add test/kernel.errors.txt to .gitignore. (#148538)

Intel GPU user mode driver may generate kernel.errors.txt files in
current working directory in certain scenarios. It includes diagnostic
information but does necessarily indicates the issue with an
application. This is a known issue and will be fixed in newer version of driver.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/148538
Approved by: https://github.com/desertfire, https://github.com/jansel
ghstack dependencies: #148534
This commit is contained in:
xinan.lin
2025-03-05 04:57:47 -08:00
committed by PyTorch MergeBot
parent 9c9b05bc4f
commit 389b496062

1
.gitignore vendored
View File

@ -64,6 +64,7 @@ test/generated_type_hints_smoketest.py
test/htmlcov
test/cpp_extensions/install/
test/cpp_extensions/open_registration_extension/install
test/kernel.errors.txt
third_party/build/
third_party/nccl/
tools/coverage_plugins_package/pip-wheel-metadata/