Merge pull request #158 from duncannz/master
[geany-mirror.git] / .gitignore
blob51cdd7bceeb61b9b69f7516e0d8d5f5c22467515
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
17 #-----------------------------------------------------------------------
18 # / (root)
19 #-----------------------------------------------------------------------
20 /aclocal.m4
21 /autom4te.cache
22 /_build_
23 /build-aux/
24 /build-stamp
25 /codenames
26 /config.guess
27 /config.h
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.spec
41 /geany_private.res
42 /global.tags.old
43 /install-sh
44 /intltool
45 /intltool-*
46 /libtool
47 /localwin32.mk
48 /.lock-wscript
49 /.lock-wafbuild
50 /ltmain.sh
51 /m4/lt*.m4
52 /m4/intltool.m4
53 /m4/libtool.m4
54 /make_deb.sh
55 /missing
56 /mkinstalldirs
57 /RUN
58 /stamp-h
59 /stamp-h1
60 /stamp-h.in
61 /*.tar.*
62 /TODO.*
63 /.waf-*
65 #-----------------------------------------------------------------------
66 # /po/
67 #-----------------------------------------------------------------------
68 /po/ChangeLog.save
69 /po/*.gmo
70 /po/*.header
71 /po/.intltool-merge-cache
72 /po/LINGUAS
73 /po/Makefile.in.in
74 /po/Makevars
75 /po/*.mo
76 /po/*.pot
77 /po/POTFILES
78 /po/POTFILES.ignore
79 /po/POTFILES.in.missing
80 /po/POTFILES.in.noi18n
81 /po/Rules-quot
82 /po/*.sed
83 /po/*.sin
84 /po/stamp-it
85 /po/.intlcache
87 #-----------------------------------------------------------------------
88 # /src/
89 #-----------------------------------------------------------------------
90 /src/geany
92 #-----------------------------------------------------------------------
93 # /doc/
94 #-----------------------------------------------------------------------
95 /doc/Doxyfile
96 /doc/geany.1
97 /doc/hacking.html
98 /doc/*.pdf
99 /doc/reference
101 #-----------------------------------------------------------------------
102 # /tests/
103 #-----------------------------------------------------------------------
104 /tests/**/*.trs
105 /tests/**/*.log