Kill filetypes_find(), rename static function
[geany-mirror.git] / .gitignore
blob235d8dcb91c1f9fb677fdd520e25e8d6529c322d
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 /global.tags.old
42 /install-sh
43 /intltool
44 /intltool-*
45 /libtool
46 /localwin32.mk
47 /ltmain.sh
48 /m4/lt*.m4
49 /m4/intltool.m4
50 /m4/libtool.m4
51 /make_deb.sh
52 /missing
53 /mkinstalldirs
54 /RUN
55 /stamp-h
56 /stamp-h1
57 /stamp-h.in
58 /*.tar.*
59 /TODO.*
61 #-----------------------------------------------------------------------
62 # /po/
63 #-----------------------------------------------------------------------
64 /po/ChangeLog.save
65 /po/*.gmo
66 /po/*.header
67 /po/.intltool-merge-cache
68 /po/LINGUAS
69 /po/Makefile.in.in
70 /po/Makevars
71 /po/*.mo
72 /po/*.pot
73 /po/POTFILES
74 /po/POTFILES.ignore
75 /po/POTFILES.in.missing
76 /po/POTFILES.in.noi18n
77 /po/Rules-quot
78 /po/*.sed
79 /po/*.sin
80 /po/stamp-it
81 /po/.intlcache
83 #-----------------------------------------------------------------------
84 # /src/
85 #-----------------------------------------------------------------------
86 /src/geany
87 /src/geany_private.res
88 /src/signallist.i
90 #-----------------------------------------------------------------------
91 # /doc/
92 #-----------------------------------------------------------------------
93 /doc/Doxyfile
94 /doc/Doxyfile-gi
95 /doc/Doxyfile.stamp
96 /doc/Doxyfile-gi.stamp
97 /doc/doxygen_*
98 /doc/geany.1
99 /doc/geany.html
100 /doc/hacking.html
101 /doc/*.pdf
102 /doc/*.aux
103 /doc/*.log
104 /doc/*.out
105 /doc/*.tex
106 /doc/*.toc
107 /doc/reference
108 /doc/geany-gtkdoc.h
109 /doc/geany-sciwrappers-gtkdoc.h
110 /doc/xml/
112 #-----------------------------------------------------------------------
113 # /tests/
114 #-----------------------------------------------------------------------
115 /tests/**/*.trs
116 /tests/**/*.log