filter::python3: do not break converter/decoder
[platform/upstream/nnstreamer.git] / .gitignore
1 ##
2 # @brief .gitignore list
3
4 # ignore cmake build directory
5 /build
6
7 # ignore golden test generated files
8 /tests/*/*.log
9 /tests/*/*.golden
10 /tests/*/*.png
11 /tests/*/*.bmp
12 /tests/*/*.xraw
13 /tests/performance
14 *.dat
15 /tests/bmp2png
16 *.pyc
17 /tests/codegen/tc*.c
18 /tests/codegen/build*
19 /tests/codegen/meson.build
20 /tests/codegen/*.pc
21
22 # vi files
23 *.h~
24 *.c~
25 *.cc~
26 *.swp
27
28 # binary files
29 *.so
30 *.o
31 *.a
32
33 # CTag
34 /tags
35
36 # VisualStudioCode
37 .vscode
38 .vscode/*
39 .history
40
41 # ignore files generated by debuild
42 debian/*.debhelper.log
43 debian/*.postrm.debhelper
44 debian/*.substvars
45 debian/debhelper-build-stamp
46 debian/files
47 debian/.debhelper/*
48 debian/tmp/*
49 debian/nnstreamer/*
50 debian/nnstreamer-dev/*
51
52 # Visual Studio & csapi
53 *.exe
54 *.dll
55 *.csproj.user
56 *.lock.json
57 .vs/
58 bin/
59 obj/
60 .cache