summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f5551536a56fb986ce57fe56b833579e7c434695 (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
# General

*.o

ChangeLog

# http://www.gnu.org/software/automake
Makefile
Makefile.in
INSTALL

# http://www.gnu.org/software/autoconf

/autom4te.cache
/aclocal.m4
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/configure
/depcomp
/install-sh
/missing
/m4/
/stamp-h1
.deps/

# http://www.gnu.org/software/libtool

*.la
*.lo
.libs/
/libtool
/ltmain.sh

# http://www.freedesktop.org/wiki/Software/pkg-config/

*.pc

# http://www.gtk.org/gtk-doc/

/gtk-doc.make

# https://wiki.gnome.org/GObjectIntrospection

*.gir
*.typelib