597fb00bef
1. Remove esmi (internal gerrit) repo as git submodule 2. Clone esmi (open-source) repo during cmake using "git clone" 3. Download amd_hsmp.h header file during cmake build TODO: We can update the amd_hsmp.h to mainline linux kernel repo after next Linux kernel release. Change-Id: I763b5e287e24337c8e9e25f4e421cdb8698b9322
37 lines
686 B
Plaintext
37 lines
686 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
|
|
|
|
# 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/
|