Minos Galanakis | d3e6b4f | 2020-05-13 14:28:00 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2020, Arm Limited and Contributors. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | *.pyc |
Kevin Peng | 4cdc248 | 2020-07-28 10:43:46 +0800 | [diff] [blame] | 8 | **/__pycache__ |
| 9 | *.uvguix.* |
| 10 | *.uvmpw.uvgui.* |
| 11 | |
| 12 | # Eclipse |
| 13 | *.project |
| 14 | *.cproject |
| 15 | .pydevproject |
| 16 | .settings/ |
| 17 | |
| 18 | # Visual Studio Code |
| 19 | .vscode/ |