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