Imre Kis | a21712e | 2019-10-08 12:56:59 +0200 | [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 |