[Meson] Add ndk-build to be part of ndk build
[platform/core/ml/nntrainer.git] / .gitignore
1 ##
2 # @brief .gitignore list
3
4 # ignore build directory
5 /build
6
7 # jni build files
8 iniparser/
9 libs/
10 obj/
11
12 # tflite for applications
13 tensorflow-1.13.1
14
15 # CTag
16 /tags
17 /TAGS
18
19 # vi files
20 *.h~
21 *.c~
22 *.cc~
23 *.sw?
24
25 # vscode settings
26 /.vscode
27
28 # binary files
29 *.out
30 *.in
31 *.info
32 *.so
33 *.o
34 *.a
35 *.o.d
36
37 # Byte-compiled / optimized / DLL files
38 __pycache__/
39 *.py[cod]
40 *$py.class