summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 28f80aa8ffd697a3c10c522e7e59d58773be0371 (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
*.o
*.a
*.lo
*.la
*.stamp
*.bak
*.tmp
*.swp
.tm*
~*

.deps
.libs
/autom4te.cache

/INSTALL
/aclocal.m4
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/configure
/depcomp
/gconf-2.0.pc
/gconf-2.m4
/gconf-zip
/gtk-doc.make
/install-sh
/intltool-extract.in
/intltool-merge.in
/intltool-update.in
/libtool
/ltmain.sh
Makefile
Makefile.in
Makefile.in.in
/missing
/mkinstalldirs
/stamp-h1

gsettings/gsettings-data-convert.desktop

# When built with gtk-doc enabled
doc/gconf/gconf-decl-list.txt
doc/gconf/gconf-decl.txt
doc/gconf/gconf-undeclared.txt
doc/gconf/gconf-undocumented.txt
doc/gconf/gconf-unused.txt
doc/gconf/gconf.args
doc/gconf/gconf.hierarchy
doc/gconf/gconf.interfaces
doc/gconf/gconf.prerequisites
doc/gconf/gconf.signals
doc/gconf/html/
doc/gconf/xml/

# "make dist" tarball
GConf-*.tar.*