blob: f9ffdce26cccf57ea87017e498d5bbfe36bc9761 [file] [log] [blame]
Minos Galanakisd3e6b4f2020-05-13 14:28:00 +01001#-------------------------------------------------------------------------------
2# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7*.pyc
Kevin Peng4cdc2482020-07-28 10:43:46 +08008**/__pycache__
9*.uvguix.*
10*.uvmpw.uvgui.*
11
12# Eclipse
13*.project
14*.cproject
15.pydevproject
16.settings/
17
18# Visual Studio Code
19.vscode/