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