afa174c655
Signed-off-by: Charis Poag <Charis.Poag@amd.com> Change-Id: Id35c9807c45a965c968fb430e3ce4f3c7069c210
33 lines
615 B
Plaintext
33 lines
615 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/
|
|
gtest/
|
|
tests/
|
|
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
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-*
|
|
|
|
# documentation artifacts
|
|
_toc.yml
|
|
_build/
|
|
_doxygen/
|
|
docBin/
|