Files
rocm-systems/.gitignore
T
Galantsev, Dmitrii 142fbac7ac Add linting via pre-commit and docker
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>
2023-11-28 23:21:36 -05:00

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