-
Notifications
You must be signed in to change notification settings - Fork 28
/
.gitignore
62 lines (62 loc) · 1.16 KB
/
.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
*.lo
*.gcov
*.gcda
*.gcno
.deps
.libs
Makefile
Makefile.in
Makefile.in.in
/ABOUT-NLS
/INSTALL
/aclocal.m4
/autom4te.cache
/compile
/config.cache
/config.guess
/config.h
/config.h.in
/config.log
/config.rpath
/config.status
/config.sub
/configure
/depcomp
/install-sh
/intl
/libtool
/ltmain.sh
/missing
/stamp-h1
/m4/*.m4
/po/Makevars.template
/po/POTFILES
/po/*.sed
/po/*.sin
/po/*.header
/po/Rules-quot
/po/stamp-po
/nih/libnih.la
/nih/libnih.pc
/nih/test_*
/nih-dbus/libnih-dbus.la
/nih-dbus/libnih-dbus.pc
/nih-dbus/test_*
/nih-dbus-tool/nih-dbus-tool
/nih-dbus-tool/test_*
/nih-dbus-tool/demarshal_factory
/nih-dbus-tool/marshal_factory
/nih-dbus-tool/interface_factory
/nih-dbus-tool/method_factory
/nih-dbus-tool/signal_factory
/nih-dbus-tool/property_factory
/nih-dbus-tool/tests/demarshal_code.c
/nih-dbus-tool/tests/marshal_code.c
/nih-dbus-tool/tests/interface_code.c
/nih-dbus-tool/tests/method_code.c
/nih-dbus-tool/tests/signal_code.c
/nih-dbus-tool/tests/property_code.c
/nih-dbus-tool/tests/com.netsplit.Nih.Test_object.c
/nih-dbus-tool/tests/com.netsplit.Nih.Test_object.h
/nih-dbus-tool/tests/com.netsplit.Nih.Test_proxy.c
/nih-dbus-tool/tests/com.netsplit.Nih.Test_proxy.h