blob: c73ecb0e9d9b3bb7924d938f09009a723388a2ae [file] [log] [blame]
Minos Galanakisd3e6b4f2020-05-13 14:28:00 +01001#-------------------------------------------------------------------------------
Nik Dewallybacae6c2024-07-30 16:58:14 +01002# Copyright (c) 2020-2024, Arm Limited and Contributors. All rights reserved.
Minos Galanakisd3e6b4f2020-05-13 14:28:00 +01003#
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.*
Nik Dewallybc9e1942024-07-02 17:00:15 +010011.venv/
12*.egg-info/
Kevin Peng4cdc2482020-07-28 10:43:46 +080013
14# Eclipse
15*.project
16*.cproject
17.pydevproject
18.settings/
19
20# Visual Studio Code
21.vscode/
Nik Dewally0188ded2024-07-01 12:17:12 +010022
23# build files
Nik Dewallyf0ff5e92024-07-16 10:01:32 +010024build*
Nik Dewallybc9e1942024-07-02 17:00:15 +010025bin/
Nik Dewallyd4e9fce2024-07-01 11:43:31 +010026*.o
Nik Dewallybacae6c2024-07-30 16:58:14 +010027*.d*
Nik Dewally0188ded2024-07-01 12:17:12 +010028
Nik Dewallyd4e9fce2024-07-01 11:43:31 +010029# bison and flex generated files
30*.lex.*
31*.tab.*
32*.output
33
Nik Dewallybc9e1942024-07-02 17:00:15 +010034# binaries
Nik Dewallyd4e9fce2024-07-01 11:43:31 +010035tfz
36
Nik Dewallyc7985db2024-07-10 17:55:08 +010037# tf fuzz regression tester
38tf_fuzz/tfz-cpp/regression/**/test.c
39tf_fuzz/tfz-cpp/regression/**/stdout_stderr
40
Nik Dewallyd4e9fce2024-07-01 11:43:31 +010041# clangd
42.cache/
43compile_commands.json
44compile_flags.txt