Files
rocm-systems/.gitignore
T
Galantsev, Dmitrii 42c77a5912 CMAKE - Format with cmake-format
Change-Id: I5b86b7b83e3d151c3d6e1c216ecb28f1313d538a
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
2025-05-06 17:09:53 -05:00

46 строки
882 B
Plaintext

# NOTE! Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
# VisualStudioCode
.vscode/
# build directories generated by cmake
build/
cmake/build/
.cache/
# build artifacts
oam/include/oam/oamConfig.h
python_smi_tools/rsmiBindings.py
include/amd_smi/amd_smi64Config.h
include/amd_smi/amd_smiConfig.h
rocm_smi/include/rocm_smi/rocm_smi64Config.h
docs/*.pdf
goamdsmi_shim/include/goamdsmi_shimConfig.h
goamdsmi_shim/include/goamdsmi_shim64Config.h
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.egg-*
# documentation artifacts
_toc.yml
_build/
_doxygen/
docBin/
# Simulated SYSFS - for early development or debug
device/
# misc
esmi_ib_library/
# do NOT ignore these files
!.clang-format
!.clang-tidy
!.clangd
!.cmake-format
!.pre-commit-config.yaml