forked from cts-2019f-nnstreamer/gst-shark
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (57 loc) · 677 Bytes
/
.gitignore
File metadata and controls
66 lines (57 loc) · 677 Bytes
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
60
61
62
63
64
65
66
# Editors garbage
*~
\#*
.\#*
# Autotools autogenerated files
INSTALL
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
autoregen.sh
compile
config.*
configure
depcomp
gst-shark.doap
install-sh
libtool
ltmain.sh
missing
stamp-h1
.dirstamp
# M4 Macros, all except ours
m4/*
!m4/gst-shark.m4
# Test related stuff
test-driver
test-suite.log
*.log
*.trs
*.reg
tests/check/gstdot
tests/examples/dotviewer/dotviewer
# Docs related stuff
docs/version.entities
# Build outputs
.deps
.libs
*.gir
*.typelib
*.la
*.lo
*.o
# Other
.clang_complete
cscope.files
cscope.out
gstshark_*-*-*_*:*:*/
.vscode
# Git conflicts
*.c.orig
*.h.orig
#cscope
cscope.in.out
cscope.po.out
#tags
tags