Store project files in base directory by default
[geany-mirror.git] / .gitignore
blob813abb672c97bc51f7f88a00373fb12d0f074a9e
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 /ABOUT-NLS
21 /aclocal.m4
22 /autom4te.cache
23 /build-aux/
24 /build-stamp
25 /codenames
26 /config.guess
27 /config.h
28 /config.h.in
29 /config.h.in~
30 /config.log
31 /config.status
32 /config.sub
33 /configure
34 /data/filedefs/filetypes.python
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 /global.tags.old
44 /install-sh
45 /libtool
46 /localwin32.mk
47 /ltmain.sh
48 /m4/lt*.m4
49 /m4/libtool.m4
50 /m4/codeset.m4
51 /m4/extern-inline.m4
52 /m4/fcntl-o.m4
53 /m4/gettext.m4
54 /m4/glibc2.m4
55 /m4/glibc21.m4
56 /m4/iconv.m4
57 /m4/intdiv0.m4
58 /m4/intl.m4
59 /m4/intldir.m4
60 /m4/intlmacosx.m4
61 /m4/intmax.m4
62 /m4/inttypes-pri.m4
63 /m4/inttypes_h.m4
64 /m4/lcmessage.m4
65 /m4/lib-ld.m4
66 /m4/lib-link.m4
67 /m4/lib-prefix.m4
68 /m4/lock.m4
69 /m4/longlong.m4
70 /m4/nls.m4
71 /m4/po.m4
72 /m4/printf-posix.m4
73 /m4/progtest.m4
74 /m4/size_max.m4
75 /m4/stdint_h.m4
76 /m4/threadlib.m4
77 /m4/uintmax_t.m4
78 /m4/visibility.m4
79 /m4/wchar_t.m4
80 /m4/wint_t.m4
81 /m4/xsize.m4
82 /make_deb.sh
83 /missing
84 /mkinstalldirs
85 /RUN
86 /stamp-h
87 /stamp-h1
88 /stamp-h.in
89 /*.tar.*
90 /TODO.*
92 #-----------------------------------------------------------------------
93 # /po/
94 #-----------------------------------------------------------------------
95 /po/ChangeLog.save
96 /po/*.gmo
97 /po/*.header
98 /po/Makefile.in.in
99 /po/Makevars.template
100 /po/*.mo
101 /po/*.pot
102 /po/POTFILES
103 /po/POTFILES.ignore
104 /po/POTFILES.in.missing
105 /po/POTFILES.in.noi18n
106 /po/Rules-quot
107 /po/*.sed
108 /po/*.sin
109 /po/stamp-it
110 /po/stamp-po
112 #-----------------------------------------------------------------------
113 # /src/
114 #-----------------------------------------------------------------------
115 /src/geany
116 /src/geany_private.res
117 /src/signallist.i
119 #-----------------------------------------------------------------------
120 # /doc/
121 #-----------------------------------------------------------------------
122 /doc/Doxyfile
123 /doc/Doxyfile-gi
124 /doc/Doxyfile.stamp
125 /doc/Doxyfile-gi.stamp
126 /doc/doxygen_*
127 /doc/geany.1
128 /doc/geany.html
129 /doc/hacking.html
130 /doc/*.pdf
131 /doc/*.aux
132 /doc/*.log
133 /doc/*.out
134 /doc/*.tex
135 /doc/*.toc
136 /doc/reference
137 /doc/geany-gtkdoc.h
138 /doc/geany-sciwrappers-gtkdoc.h
139 /doc/xml/
141 #-----------------------------------------------------------------------
142 # /tests/
143 #-----------------------------------------------------------------------
144 /tests/**/*.trs
145 /tests/**/*.log