summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 5a5286016337fe6f40d68e3ca84d3310a123bec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Working Path
/Product
/build
/tools/cross/rootfs

# Compiled python3 code cache
**/__pycache__
*.pyc

# Test cache for model download
/tests/framework/cache

# Test report
/report

# doxygen
/docs/doxygen/html

# Generated by format checker
/format.patch

# Default path for ndk
/tools/cross/ndk

# ignore the embeded cl_kernels
/**/*.clembed
/**/*.hembed

# External directory
/externals

# tflkit info files
/tools/tflkit/*.info

# Generated tests
/tests/nnapi/src/generated

# Coverage
/gcov
/coverage

# Makefile
/Makefile