summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: af0d4417596e17aaa7f6e3da6ab4976a2ca083a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# autoconf products
/aclocal.m4
/autocrypt/Makefile.in
/autom4te.cache
/compile
/Makefile.in
/contrib/Makefile.in
/doc/Makefile.in
/imap/Makefile.in
/m4/Makefile.in
/po/Makefile.in
/config.h
/config.h.in
/config.cache
/config.log
/config.status
/configure
/stamp-h1
/doc/Muttrc
/doc/instdoc.sh
/po/POTFILES
/config.guess
/config.sub
/configure.lineno
/depcomp
/install-sh
/missing
/mkinstalldirs

# built objects
/flea
/hcversion.h
/keymap_defs.h
/keymap_alldefs.h
/doc/makedoc
/mutt
/mutt_dotlock
/mutt_dotlock.c
/patchlist.c
/conststrings.c
/pgpewrap
/mutt_pgpring
/reldate.h
/smime_keys
/txt2c
/stamp-doc-rc
/version.h
/doc/instdoc
/doc/manual.txt
/doc/manual.xml
/doc/manual.aux
/doc/manual.log
/doc/manual.out
/doc/manual.tex
/doc/manual.pdf
/doc/mutt.1
/doc/muttrc.man
/doc/pgpewrap.1
/doc/mutt_pgpring.1
/doc/*.html
/doc/mutt.info
/doc/mutt.texi
/doc/stamp-*
/doc/smime_keys.1
/po/mutt.pot
/po/stamp-po
/po/remove-potcdate.sed

# xcode droppings
/build/
.xcodeproj/

# eclipse
/.project
/.cproject
/.settings/

.deps
Makefile
GPATH
GRTAGS
GTAGS
TAGS
cscope.*
*.swp
*.o
*.gmo
*.orig
*.rej
*.a
.gdb_history
*~