blob: c077ec300e75e3fb173c6352661b326f92a05cba [file] [log] [blame]
#-------------------------------------------------------------------------------
# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------
*.pyc
**/__pycache__
*.uvguix.*
*.uvmpw.uvgui.*
.venv/
*.egg-info/
# Eclipse
*.project
*.cproject
.pydevproject
.settings/
# Visual Studio Code
.vscode/
# build files
build*/
bin/
*.o
# bison and flex generated files
*.lex.*
*.tab.*
*.output
# binaries
tfz
# clangd
.cache/
compile_commands.json
compile_flags.txt