Add a few ignores
[claws.git] / .gitignore
1 .deps
2 .libs
3 *.la
4 *.lo
5 *.loT
6 *.o
7 *.swp
8 Makefile
9 Makefile.in
10 /ChangeLog
11 /*.tar.gz
12 /*.tar.bz2
13 /*.tar.xz
14 /aclocal.m4
15 /appdata/*.xml
16 /autom4te.cache
17 /claws-mail.pc
18 /confdefs.h
19 /config.cache
20 /config/compile
21 /config/config.guess
22 /config/config.sub
23 /config/depcomp
24 /config.guess
25 /config.h
26 /config.h.in
27 /config/install-sh
28 /config.log
29 /config/ltmain.sh
30 /config/missing
31 /config/mkinstalldirs
32 /config.status
33 /config.sub
34 /configure
35 /claws-features.h
36 /config/ylwrap
37 /.cproject
38 /depcomp
39 /libtool
40 /ltmain.sh
41 /m4/codeset.m4
42 /m4/gettext.m4
43 /m4/glibc21.m4
44 /m4/iconv.m4
45 /m4/intdiv0.m4
46 /m4/inttypes_h.m4
47 /m4/inttypes.m4
48 /m4/inttypes-pri.m4
49 /m4/isc-posix.m4
50 /m4/lcmessage.m4
51 /m4/lib-ld.m4
52 /m4/lib-link.m4
53 /m4/lib-prefix.m4
54 /m4/libtool.m4
55 /m4/lt~obsolete.m4
56 /m4/ltoptions.m4
57 /m4/ltsugar.m4
58 /m4/ltversion.m4
59 /m4/nls.m4
60 /m4/po.m4
61 /m4/progtest.m4
62 /m4/stdint_h.m4
63 /m4/uintmax_t.m4
64 /m4/ulongulong.m4
65 /m4/intltool.m4
66 /manual/*/dist/claws-mail-manual.*
67 /manual/*/dist/html/claws-mail-manual.*
68 /manual/*/dist/pdf/claws-mail-manual.*
69 /manual/*/dist/ps/claws-mail-manual.*
70 /manual/*/dist/txt/claws-mail-manual.*
71 /manual/dist/claws-mail-manual.*
72 /manual/dist/html/claws-mail-manual.*
73 /manual/dist/pdf/claws-mail-manual.*
74 /manual/dist/ps/claws-mail-manual.*
75 /manual/dist/txt/claws-mail-manual.*
76 /patches
77 /*.patchset
78 /po/boldquot.sed
79 /po/claws-mail.pot
80 /po/en@boldquot.header
81 /po/en@quot.header
82 /po/*.gmo
83 /po/*.mo
84 /po/insert-header.sin
85 /po/Makevars.template
86 /po/*.po~
87 /po/stamp-po
88 /po/stamp-it
89 /po/.intltool-merge-cache
90 /po/POTFILES
91 /po/quot.sed
92 /po/remove-potcdate.sed
93 /po/remove-potcdate.sin
94 /po/Rules-quot
95 /.project
96 /.settings
97 /src/claws-mail
98 /src/client-bindings.h
99 /src/common/passcrypt.h
100 /src/common/version.h
101 /src/gtk/claws-marshal.c
102 /src/gtk/claws-marshal.h
103 /src/matcher_parser_lex.c
104 /src/matcher_parser_parse.c
105 /src/matcher_parser_parse.h
106 /src/plugins/notification/gtkhotkey/x11/.dirstamp
107 *_test
108 /src/quote_fmt_lex.c
109 /src/quote_fmt_parse.c
110 /src/quote_fmt_parse.h
111 /src/tags
112 /src/TAGS
113 /src/ylwrap
114 /stamp-h
115 /stamp-h1
116 /stamp-h2
117 /stamp-h.in
118 /tags
119 /TAGS
120 /version
121
122