# | |
# Copyright (c) 2019, Arm Limited and Contributors. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
cmake_minimum_required(VERSION 3.7) | |
#Ignore all build directoryes. | |
*build*/ | |
##Python specific intermediate files | |
# Byte-compiled / optimized / DLL files | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
#Ignore Eclipse project files | |
.project | |
.cproject | |
.settings | |
.pydevproject |