aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: b539fd6c7f60e8e590cb932ab9c7d724ade28c63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# List of files and extensions to be ignored

# Eclipse
*.project
*.cproject
.pydevproject
.settings/

# Visual Studio Code
.vscode/

# Garbage files
build*/
cmake_build*/
*.orig
**/__pycache__
*.pyc

# TF-Fuzz build artifacts
*.o
*_grammar.*
tfz