blob: af93826a34473dbe4ca3dc841b2cfb7155838649 [file] [log] [blame]
Imre Kisa21712e2019-10-08 12:56:59 +02001#
2# Copyright (c) 2019-2021, Arm Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7#Ignore all build directoryes.
8*build*/
9
10##Python specific intermediate files
11# Byte-compiled / optimized / DLL files
12__pycache__/
13*.py[cod]
14*$py.class
15
16#Ignore Eclipse project files
17.project
18.cproject
19.settings
20.pydevproject