Gyorgy Szing | 05ece0e | 2019-10-08 12:56:59 +0200 | [diff] [blame] | 1 | # |
2 | # Copyright (c) 2019, Arm Limited and Contributors. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | |||||
7 | cmake_minimum_required(VERSION 3.7) | ||||
8 | #Ignore all build directoryes. | ||||
9 | *build*/ | ||||
10 | |||||
11 | ##Python specific intermediate files | ||||
12 | # Byte-compiled / optimized / DLL files | ||||
13 | __pycache__/ | ||||
14 | *.py[cod] | ||||
15 | *$py.class | ||||
16 | |||||
17 | #Ignore Eclipse project files | ||||
18 | .project | ||||
19 | .cproject | ||||
20 | .settings | ||||
21 | .pydevproject |