blob: ce638ea89bf3ea10257e747f9338d051f7f6081d [file] [log] [blame]
#
# 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