Gyorgy Szing | 4021c29 | 2020-11-24 00:33:00 +0100 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2020, 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/ |