Return GdkColor via out parameter rather than return value
[geany-mirror.git] / .gitignore
blobf013c72bd70b2b390fd714f3cfe24cff29388529
1 #-----------------------------------------------------------------------
2 # common
3 #-----------------------------------------------------------------------
4 *.[ao]
5 *.la
6 *.lo
7 *.so
8 *.dll
9 *.exe
10 deps.mak
11 .deps/
12 .libs/
13 Makefile
14 Makefile.in
15 .dirstamp
17 #-----------------------------------------------------------------------
18 # / (root)
19 #-----------------------------------------------------------------------
20 /aclocal.m4
21 /autom4te.cache
22 /build-aux/
23 /build-stamp
24 /codenames
25 /config.guess
26 /config.h
27 /config.h.in
28 /config.h.in~
29 /config.log
30 /config.status
31 /config.sub
32 /configure
33 /debian
34 /depcomp
35 /geany.1
36 /geany.desktop
37 /geany.glade.bak
38 /geany.gladep.bak
39 /geany.pc
40 /geany.nsi
41 /geany.spec
42 /global.tags.old
43 /install-sh
44 /intltool
45 /intltool-*
46 /libtool
47 /localwin32.mk
48 /ltmain.sh
49 /m4/lt*.m4
50 /m4/intltool.m4
51 /m4/libtool.m4
52 /make_deb.sh
53 /missing
54 /mkinstalldirs
55 /RUN
56 /stamp-h
57 /stamp-h1
58 /stamp-h.in
59 /*.tar.*
60 /TODO.*
62 #-----------------------------------------------------------------------
63 # /po/
64 #-----------------------------------------------------------------------
65 /po/ChangeLog.save
66 /po/*.gmo
67 /po/*.header
68 /po/.intltool-merge-cache
69 /po/LINGUAS
70 /po/Makefile.in.in
71 /po/Makevars
72 /po/*.mo
73 /po/*.pot
74 /po/POTFILES
75 /po/POTFILES.ignore
76 /po/POTFILES.in.missing
77 /po/POTFILES.in.noi18n
78 /po/Rules-quot
79 /po/*.sed
80 /po/*.sin
81 /po/stamp-it
82 /po/.intlcache
84 #-----------------------------------------------------------------------
85 # /src/
86 #-----------------------------------------------------------------------
87 /src/geany
88 /src/geany_private.res
89 /src/signallist.i
91 #-----------------------------------------------------------------------
92 # /doc/
93 #-----------------------------------------------------------------------
94 /doc/Doxyfile
95 /doc/Doxyfile-gi
96 /doc/Doxyfile.stamp
97 /doc/Doxyfile-gi.stamp
98 /doc/doxygen_*
99 /doc/geany.1
100 /doc/geany.html
101 /doc/hacking.html
102 /doc/*.pdf
103 /doc/*.aux
104 /doc/*.log
105 /doc/*.out
106 /doc/*.tex
107 /doc/*.toc
108 /doc/reference
109 /doc/geany-gtkdoc.h
110 /doc/geany-sciwrappers-gtkdoc.h
111 /doc/xml/
113 #-----------------------------------------------------------------------
114 # /tests/
115 #-----------------------------------------------------------------------
116 /tests/**/*.trs
117 /tests/**/*.log