142fbac7ac
Please see .pre-commit-config.yaml for details - Add clang-format - Add cpplint - Add config for clang-tidy but don't enforce with pre-commit Change-Id: Ica447c78e6fde94b43bfdc00f5b4efc338363e24 Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
31 lines
547 B
Plaintext
31 lines
547 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/
|
|
|
|
# below files are generated via CMake
|
|
include/rocm_smi/rocm_smi64Config.h
|
|
oam/include/oam/oamConfig.h
|
|
python_smi_tools/rsmiBindings.py
|
|
|
|
# Build directory
|
|
build/
|
|
|
|
# CMake cache
|
|
.cache/
|
|
|
|
# Simulated SYSFS - for early development or debug
|
|
device/
|
|
|
|
# Misc
|
|
__pycache__
|
|
README
|
|
README.html
|
|
|
|
# do NOT ignore these files
|
|
!.clang-format
|
|
!.clang-tidy
|
|
!.clangd
|