Update NEWS preparing for next release
[geany-mirror.git] / .gitignore
blobdc4d4561b972015bc8de7a34915a2ec8523a56f0
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 /geany_private.res
43 /global.tags.old
44 /install-sh
45 /intltool
46 /intltool-*
47 /libtool
48 /localwin32.mk
49 /ltmain.sh
50 /m4/lt*.m4
51 /m4/intltool.m4
52 /m4/libtool.m4
53 /make_deb.sh
54 /missing
55 /mkinstalldirs
56 /RUN
57 /stamp-h
58 /stamp-h1
59 /stamp-h.in
60 /*.tar.*
61 /TODO.*
63 #-----------------------------------------------------------------------
64 # /po/
65 #-----------------------------------------------------------------------
66 /po/ChangeLog.save
67 /po/*.gmo
68 /po/*.header
69 /po/.intltool-merge-cache
70 /po/LINGUAS
71 /po/Makefile.in.in
72 /po/Makevars
73 /po/*.mo
74 /po/*.pot
75 /po/POTFILES
76 /po/POTFILES.ignore
77 /po/POTFILES.in.missing
78 /po/POTFILES.in.noi18n
79 /po/Rules-quot
80 /po/*.sed
81 /po/*.sin
82 /po/stamp-it
83 /po/.intlcache
85 #-----------------------------------------------------------------------
86 # /src/
87 #-----------------------------------------------------------------------
88 /src/geany
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/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