1# 2# Copyright (c) 2020-2023, Arm Limited and Contributors. All rights reserved. 3# 4# SPDX-License-Identifier: BSD-3-Clause 5# 6 7#Ignore cmake build directory 8**/build/ 9**/build[-_]*/ 10 11#Ignore documentation build output. 12**/_build*/ 13 14#Ignore pyhton intermediate files. 15**/__pycache__/ 16 17#Ignore IDE settings 18**/.vscode 19# vscode/clangd 20**/.clangd 21**/compile_commands.json 22 23**/.cproject 24**/.project 25**/.pydevproject 26**/.settings/ 27tools/bash/uefi_authenticated_variables/temp_files/ 28tools/bash/uefi_authenticated_variables/auth_vectors/ 29