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