# | |
# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
#Ignore cmake build directory | |
**/build/ | |
**/build[-_]*/ | |
#Ignore documentation build output. | |
**/_build*/ | |
#Ignore pyhton intermediate files. | |
**/__pycache__/ | |
#Ignore IDE settings | |
**/.vscode | |
# vscode/clangd | |
**/.clangd | |
**/compile_commands.json | |
**/.cproject | |
**/.project | |
**/.pydevproject | |
**/.settings/ |