blob: d17fd90ff95ed728f8e46c48777732809df7d113 [file] [log] [blame]
Gyorgy Szing5e429cb2019-12-03 20:39:55 +01001#
2# Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7#Ignore all build directories.
8*build*/
9
10#Python specific intermediate files
11# Byte-compiled / optimised / DLL files
12__pycache__/
13*.py[cod]
14*$py.class
15
16#Ignore Eclipse project files
17.project
18.cproject
19.settings
20.pydevproject