FreeBasic: Update keywords
[geany-mirror.git] / .gitignore
blob91fffe471d3921373b644b04d28e1c975176d25d
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.spec
43 /geany_private.res
44 /global.tags.old
45 /install-sh
46 /intltool
47 /intltool-*
48 /libtool
49 /localwin32.mk
50 /.lock-wscript
51 /.lock-wafbuild
52 /ltmain.sh
53 /m4/lt*.m4
54 /m4/intltool.m4
55 /m4/libtool.m4
56 /make_deb.sh
57 /missing
58 /mkinstalldirs
59 /RUN
60 /stamp-h
61 /stamp-h1
62 /stamp-h.in
63 /*.tar.*
64 /TODO.*
65 # extracted Waf directory (without dot on Windows)
66 /.waf-*
67 /waf-*
69 #-----------------------------------------------------------------------
70 # /po/
71 #-----------------------------------------------------------------------
72 /po/ChangeLog.save
73 /po/*.gmo
74 /po/*.header
75 /po/.intltool-merge-cache
76 /po/LINGUAS
77 /po/Makefile.in.in
78 /po/Makevars
79 /po/*.mo
80 /po/*.pot
81 /po/POTFILES
82 /po/POTFILES.ignore
83 /po/POTFILES.in.missing
84 /po/POTFILES.in.noi18n
85 /po/Rules-quot
86 /po/*.sed
87 /po/*.sin
88 /po/stamp-it
89 /po/.intlcache
91 #-----------------------------------------------------------------------
92 # /src/
93 #-----------------------------------------------------------------------
94 /src/geany
96 #-----------------------------------------------------------------------
97 # /doc/
98 #-----------------------------------------------------------------------
99 /doc/Doxyfile
100 /doc/Doxyfile.stamp
101 /doc/geany.1
102 /doc/hacking.html
103 /doc/*.pdf
104 /doc/*.aux
105 /doc/*.log
106 /doc/*.out
107 /doc/*.tex
108 /doc/*.toc
109 /doc/reference
111 #-----------------------------------------------------------------------
112 # /tests/
113 #-----------------------------------------------------------------------
114 /tests/**/*.trs
115 /tests/**/*.log