Fix invalid memory access and Unicode support in utils_get_initials()
[geany-mirror.git] / .gitignore
blob81a709906ef268bd4a64c7901659f3e2dead19b7
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 /ABOUT-NLS
21 /aclocal.m4
22 /autom4te.cache
23 /build/
24 /builddir/
25 /build-*/
26 /build-aux/
27 /build-stamp
28 /codenames
29 /config.guess
30 /config.h
31 /config.h.in
32 /config.h.in~
33 /config.log
34 /config.status
35 /config.sub
36 /configure
37 /data/filedefs/filetypes.python
38 /debian
39 /depcomp
40 /geany.1
41 /geany.desktop
42 /geany.glade.bak
43 /geany.gladep.bak
44 /geany.pc
45 /geany.nsi
46 /global.tags.old
47 /install-sh
48 /libtool
49 /localwin32.mk
50 /ltmain.sh
51 /m4/lt*.m4
52 /m4/libtool.m4
53 /m4/codeset.m4
54 /m4/extern-inline.m4
55 /m4/fcntl-o.m4
56 /m4/gettext.m4
57 /m4/glibc2.m4
58 /m4/glibc21.m4
59 /m4/iconv.m4
60 /m4/intdiv0.m4
61 /m4/intl.m4
62 /m4/intldir.m4
63 /m4/intlmacosx.m4
64 /m4/intmax.m4
65 /m4/inttypes-pri.m4
66 /m4/inttypes_h.m4
67 /m4/lcmessage.m4
68 /m4/lib-ld.m4
69 /m4/lib-link.m4
70 /m4/lib-prefix.m4
71 /m4/lock.m4
72 /m4/longlong.m4
73 /m4/nls.m4
74 /m4/po.m4
75 /m4/printf-posix.m4
76 /m4/progtest.m4
77 /m4/size_max.m4
78 /m4/stdint_h.m4
79 /m4/threadlib.m4
80 /m4/uintmax_t.m4
81 /m4/visibility.m4
82 /m4/wchar_t.m4
83 /m4/wint_t.m4
84 /m4/xsize.m4
85 /make_deb.sh
86 /missing
87 /mkinstalldirs
88 /RUN
89 /stamp-h
90 /stamp-h1
91 /stamp-h.in
92 /*.tar.*
93 /TODO.*
95 #-----------------------------------------------------------------------
96 # /po/
97 #-----------------------------------------------------------------------
98 /po/ChangeLog.save
99 /po/*.gmo
100 /po/*.header
101 /po/Makefile.in.in
102 /po/Makevars.template
103 /po/*.mo
104 /po/*.pot
105 /po/POTFILES
106 /po/POTFILES.ignore
107 /po/POTFILES.in.missing
108 /po/POTFILES.in.noi18n
109 /po/Rules-quot
110 /po/*.sed
111 /po/*.sin
112 /po/stamp-it
113 /po/stamp-po
115 #-----------------------------------------------------------------------
116 # /src/
117 #-----------------------------------------------------------------------
118 /src/geany
119 /src/geany_private.res
120 /src/signallist.i
122 #-----------------------------------------------------------------------
123 # /doc/
124 #-----------------------------------------------------------------------
125 /doc/Doxyfile
126 /doc/Doxyfile-gi
127 /doc/Doxyfile.stamp
128 /doc/Doxyfile-gi.stamp
129 /doc/doxygen_*
130 /doc/geany.1
131 /doc/geany.html
132 /doc/hacking.html
133 /doc/*.pdf
134 /doc/*.aux
135 /doc/*.log
136 /doc/*.out
137 /doc/*.tex
138 /doc/*.toc
139 /doc/reference
140 /doc/geany-gtkdoc.h
141 /doc/geany-sciwrappers-gtkdoc.h
142 /doc/xml/
144 #-----------------------------------------------------------------------
145 # /tests/
146 #-----------------------------------------------------------------------
147 /tests/**/*.trs
148 /tests/**/*.log