blob: c6179770a852b9593d85095a53bd82ed4ff79dc5 [file] [log] [blame]
Gyorgy Szing4021c292020-11-24 00:33:00 +01001#
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/