[neurun] Rename `graph` to `ir` (#9362)
[platform/core/ml/nnfw.git] / .gitignore
1 # Working Path
2 /Product
3 /build
4 /tools/cross/rootfs
5
6 # Compiled python3 code cache
7 **/__pycache__
8 *.pyc
9
10 # Test cache for model download
11 /tests/framework/cache
12
13 # Test report
14 /report
15
16 # doxygen
17 /doxygen
18
19 # Generated by format checker
20 /format.patch
21
22 # Default path for ndk
23 /tools/cross/ndk
24
25 # ignore the embeded cl_kernels
26 /**/*.clembed
27 /**/*.hembed
28
29 # External directory
30 /externals
31
32 # tflkit info files
33 /tools/tflkit/*.info
34
35 # Generated tests
36 /tests/nnapi/src/generated
37
38 # Coverage
39 /gcov
40 /coverage
41
42 # Makefile
43 /Makefile