Gyorgy Szing | 4021c29 | 2020-11-24 00:33:00 +0100 | [diff] [blame] | 1 | # |
Gabor Toth | a1df025 | 2023-08-03 08:57:47 +0200 | [diff] [blame] | 2 | # Copyright (c) 2020-2023, Arm Limited and Contributors. All rights reserved. |
Gyorgy Szing | 4021c29 | 2020-11-24 00:33:00 +0100 | [diff] [blame] | 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/ |
Gabor Toth | a1df025 | 2023-08-03 08:57:47 +0200 | [diff] [blame] | 27 | tools/bash/uefi_authenticated_variables/temp_files/ |
| 28 | tools/bash/uefi_authenticated_variables/auth_vectors/ |