blob: af93826a34473dbe4ca3dc841b2cfb7155838649 [file] [log] [blame]
#
# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#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