Imre Kis | 124f0e3 | 2021-02-12 18:03:24 +0100 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | #Ignore all build directoryes. | ||||
8 | *build*/ | ||||
9 | |||||
10 | ##Python specific intermediate files | ||||
11 | # Byte-compiled / optimized / DLL files | ||||
12 | __pycache__/ | ||||
13 | *.py[cod] | ||||
14 | *$py.class | ||||
15 | |||||
16 | #Ignore Eclipse project files | ||||
17 | .project | ||||
18 | .cproject | ||||
19 | .settings | ||||
20 | .pydevproject |