blob: 5519880a5844146d3171a8d99f214c875ce10d0f [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
# tf fuzz regression tester
tf_fuzz/tfz-cpp/regression/**/test.c
tf_fuzz/tfz-cpp/regression/**/stdout_stderr
# clangd
.cache/
compile_commands.json
compile_flags.txt