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