forked from malard/libcec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
76 lines (65 loc) · 966 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.project
.cproject
*.manifest
aclocal.m4
autom4te.cache
config.guess
config.log
config.status
config.sub
depcomp
configure
install-sh
INSTALL
libtool
ltmain.sh
Makefile
Makefile.in
missing
libcec.dll
libcec.exp
libcec.ilk
libcec.lib
libcec.pdb
cec-client.exe
cec-client.ilk
cec-client.pdb
CecSharpClient.exe
CecSharpClient.pdb
CecSharpClient.vshost.exe
CecSharpClient.vshost.exe.manifest
LibCecSharp.dll
LibCecSharp.ilk
LibCecSharp.pdb
build
include/boost
project/bin
project/Debug/
project/Release/
project/ipch/
project/libcec.sdf
project/libcec.suo
project/obj
project/Properties
project/*.user
src/lib/.deps
src/lib/.libs
src/lib/*.a
src/lib/*.la
src/lib/*.lo
src/lib/*.o
src/lib/*.P
src/lib/libcec.pc
src/lib/Makefile
src/lib/Makefile.in
src/lib/util/*.d
src/lib/util/*.o
src/lib/util/*.a
src/lib/util/*.P
src/testclient/.deps
src/testclient/.libs
src/testclient/cec-client
src/testclient/*.o
src/CecSharpTester/obj
/dpinst-x86.exe
/dpinst-amd64.exe