summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 682372b690297fdc1b93fed000e53f0214316697 (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
# Build targets
src/rakia.manager
src/telepathy-rakia
src/write-mgr-file
extensions/_gen
extensions/extensions.html
data/org.freedesktop.Telepathy.ConnectionManager.*.service
docs/telepathy-rakia.8
tests/twisted/tools/exec-with-log.sh
tests/twisted/tools/org.freedesktop.Telepathy.ConnectionManager.*.service
tests/twisted/tools/rakia-testing.log
tests/twisted/tools/tmp-session-bus.conf

# Built source files
signals-marshal.[ch]
src/*-enumtypes.[ch]

# Distribution tarballs and distcheck trees.
/telepathy-rakia-*

# Output files and build directories
.deps
.libs
*.o
*.lo
*.la
*.py[co]
*.gcda
*.gcno
/lcov.html
/lcov.info*

# Autogenerated build files
/aclocal.m4
/autom4te.cache
/compile
/config.guess*
/config.h.in
/config.h.in~
/config.h
/config.log
/config.status
/config.sub*
/configure
/depcomp
/install-sh
/libtool
/ltmain.sh
/m4/libtool.m4
/m4/lt*.m4
/missing
/stamp-h1
Makefile.in
Makefile

# The autoinstalled GNU autotools boilerplate
/INSTALL

# Eclipse project files and editor cruft
/.*project
/.settings
.*.swp
*~