summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 12c3c8dff75f1850a068964bbf5a416a2caff224 (plain)
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
.*.swo
.*.swp
*~
.#*
core
tags
TAGS
cscope.out

.deps
.libs
*.hi
*.o
*.lo
*.la
*.loT
*.o.cmd
*.tmp_versions
*~
*.bak
*.BAK
*.orig
vssver.scc
*.swp
MT
{arch}
.arch-ids
,
*.class
*.prof
.DS_Store
*.pyc
*.pyo
*#
*.gcno
*.gcda
valgrind.*.log

.cvsignore
Thumbs.db
autom4te.cache
Android.mk
Makefile
Makefile.in
INSTALL
.libs
.deps
aclocal.m4
autom4te.cache
compile
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
configure.lineno
gtk-doc.make
install-sh
libtool
ltmain.sh
missing
stamp-h1
depcomp
sasl-test.db

m4/gtk-doc.m4
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4

wocky/*-signals-marshal.*
wocky/*-enumtypes.*
wocky/wocky-uninstalled.pc

tests/sasl-test.db
tests/test-report.xml
tests/wocky-*-test
tests/wocky-dummy-xmpp-server
tests/wocky-test-sasl-auth
tests/*report.xml

# tests/certs/ca-0-cert.pem
# tests/certs/ca-0-key.pem
# tests/certs/exp-cert.pem # keep these hanging around as we'd have
# tests/certs/new-cert.pem # to build-dep on datefudge otherwise
# tests/certs/ca-0-crl.pem
# tests/certs/ca-1-cert.pem
# tests/certs/ca-1-key.pem
# tests/certs/ca-2-cert.pem
# tests/certs/ca-2-key.pem
# tests/certs/exp-key.pem
# tests/certs/new-key.pem
# tests/certs/rev-cert.pem
# tests/certs/rev-key.pem
# tests/certs/ss-cert.pem
# tests/certs/ss-key.pem
# tests/certs/tls-cert.pem
# tests/certs/tls-key.pem
# tests/certs/unknown-ca-key.pem
# tests/certs/unknown-cert.pem
# tests/certs/unknown-key.pem

tests/certtool
tests/tardis
# tests/certs/cas/*
# tests/certs/crl/*

examples/wocky-register
examples/wocky-receive-messages
examples/wocky-send-message
examples/wocky-unregister

coverage/

docs/reference/*-decl.txt
docs/reference/*-decl-list.txt
docs/reference/*-sections.txt
docs/reference/*-undeclared.txt
docs/reference/*-undocumented.txt
docs/reference/*-unused.txt
docs/reference/*.args
docs/reference/*.hierarchy
docs/reference/*.interfaces
docs/reference/*.prerequisites
docs/reference/*.signals
docs/reference/*.stamp
docs/reference/html
docs/reference/tmpl/*.sgml
docs/reference/wocky-scan.c
docs/reference/wocky.types
docs/reference/xml

/wocky-?.*.*/
/wocky-?.*.*.tar.gz

/FIXME.out