[ROCm] Add HIPConfig.h to .gitignore like CUDAConfig.h. (#159805)

This file is generated into the source directory by CMake just like `cuda/CUDAConfig.h`, so it seems appropriate to add it to `.gitignore` in the same place: 83ba3f1101/aten/src/ATen/CMakeLists.txt (L39-L47)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/159805
Approved by: https://github.com/jeffdaily
This commit is contained in:
Scott Todd
2025-08-18 15:33:57 +00:00
committed by PyTorch MergeBot
parent 0298ebc97a
commit d91a03f96a

1
.gitignore vendored
View File

@ -32,6 +32,7 @@ coverage.xml
aten/build/
aten/src/ATen/Config.h
aten/src/ATen/cuda/CUDAConfig.h
aten/src/ATen/hip/HIPConfig.h
benchmarks/.data
caffe2/cpp_test/
dist/