]> granicus.if.org Git - mutt/blob - .gitignore
Convert pgp_app_handler to use buffer pool.
[mutt] / .gitignore
1 # autoconf products
2 /aclocal.m4
3 /autocrypt/Makefile.in
4 /autom4te.cache
5 /compile
6 /Makefile.in
7 /contrib/Makefile.in
8 /doc/Makefile.in
9 /imap/Makefile.in
10 /m4/Makefile.in
11 /po/Makefile.in
12 /config.h
13 /config.h.in
14 /config.cache
15 /config.log
16 /config.status
17 /configure
18 /hcachever.sh
19 /stamp-h1
20 /doc/Muttrc
21 /doc/instdoc.sh
22 /po/POTFILES
23 /config.guess
24 /config.sub
25 /configure.lineno
26 /depcomp
27 /install-sh
28 /missing
29 /mkinstalldirs
30
31 # built objects
32 /flea
33 /hcversion.h
34 /keymap_defs.h
35 /keymap_alldefs.h
36 /doc/makedoc
37 /mutt
38 /mutt_dotlock
39 /mutt_dotlock.c
40 /mutt_md5
41 /patchlist.c
42 /conststrings.c
43 /pgpewrap
44 /mutt_pgpring
45 /reldate.h
46 /smime_keys
47 /txt2c
48 /stamp-doc-rc
49 /version.h
50 /doc/instdoc
51 /doc/manual.txt
52 /doc/manual.xml
53 /doc/manual.aux
54 /doc/manual.log
55 /doc/manual.out
56 /doc/manual.tex
57 /doc/manual.pdf
58 /doc/mutt.1
59 /doc/muttrc.man
60 /doc/pgpewrap.1
61 /doc/mutt_pgpring.1
62 /doc/*.html
63 /doc/mutt.info
64 /doc/mutt.texi
65 /doc/stamp-*
66 /doc/smime_keys.1
67 /po/mutt.pot
68
69 # xcode droppings
70 /build/
71 .xcodeproj/
72
73 # eclipse
74 /.project
75 /.cproject
76 /.settings/
77
78 .deps
79 Makefile
80 GPATH
81 GRTAGS
82 GTAGS
83 TAGS
84 cscope.*
85 *.swp
86 *.o
87 *.gmo
88 *.orig
89 *.rej
90 *.a
91 .gdb_history
92 *~