blob: 6d6a83f0285ff6c05266adc362fd282fe95b4a68 [file] [log] [blame]
Gyorgy Szing4021c292020-11-24 00:33:00 +01001#
Gabor Totha1df0252023-08-03 08:57:47 +02002# Copyright (c) 2020-2023, Arm Limited and Contributors. All rights reserved.
Gyorgy Szing4021c292020-11-24 00:33:00 +01003#
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/
Gabor Totha1df0252023-08-03 08:57:47 +020027tools/bash/uefi_authenticated_variables/temp_files/
28tools/bash/uefi_authenticated_variables/auth_vectors/