forked from nnstreamer/nnstreamer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (51 loc) · 746 Bytes
/
.gitignore
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
##
# @brief .gitignore list
# ignore cmake build directory
/build
# ignore golden test generated files
/tests/*/*.log
/tests/*/*.golden
/tests/*/*.png
/tests/*/*.bmp
/tests/*/*.xraw
/tests/performance
*.dat
/tests/bmp2png
*.pyc
/tests/codegen/tc*.c
/tests/codegen/build*
/tests/codegen/meson.build
/tests/codegen/*.pc
# vi files
*.h~
*.c~
*.cc~
*.swp
# binary files
*.so
*.o
*.a
# CTag
/tags
# VisualStudioCode
.vscode
.vscode/*
.history
# ignore files generated by debuild
debian/*.debhelper.log
debian/*.postrm.debhelper
debian/*.substvars
debian/debhelper-build-stamp
debian/files
debian/.debhelper/*
debian/tmp/*
debian/nnstreamer/*
debian/nnstreamer-dev/*
# Visual Studio & csapi
*.exe
*.dll
*.csproj.user
*.lock.json
.vs/
bin/
obj/